"Constraint" Exception while inserting data into a database.
Hi,I am adding a set of data (ex, name, age, mobile etc.) into my database. Whenever I try to enter it the first time its successful. When I try to add after that, I get a constraint exception because...
View Articlecan any one give me the sqlserver2008r2 installation steps in windows8 Path?
Hi,When ever i am installing sqlserver2008r2 in windows i am getting comparability errors.regardsAnji
View ArticleSQL server 2012 book
Hi,Can anyone suggest some names of good learning book for SQL Server 2012 which covers all the basic topics like(select,insert,update,delete and so on up-to more complex queries). I want to buy it...
View Articlems sql server Import and export wizard roles
Hiwhich is the least previleage role that can access Import and Export wizard of Ms Sql server?SDhiraj
View ArticleStored Procedure
DROP PROCEDURE CODESGO CREATE PROCEDURE CODES(@P_FCODE BIGINT,@P_LCODE BIGINT,@P_TNAME VARCHAR(50)) AS BEGIN DECLARE C1 CURSOR FOR SELECT caption,codestart,codeend,codecatfrom hcustom where caption...
View ArticleHow to use a variable for a Server or Database name in FROM Statement
Hi, I was wondering if anything like the below is possible? DECLARE@DB1 CHAR(25),@DB2 CHAR(25),@SERVER CHAR(25) SELECT @DB1 = (SELECT PARAM_VALUE FROM UTIL_PARM WHERE PARAM_ID = 'DB1') --Returns...
View ArticleRepair Corrupted MDF & LDF Files ????
Hi AllI am looking for repair tools for corrupted mdf and ldf files,( These files beeing corrupted after i restore them using Easy Recovery Profissional after formatting c drive by mistake. )Remark :...
View ArticleCannot connect to remote SQL Database with SQL Server Management Console...
I have opened up port 1433 on my firewall, but every time I try and connect to my remote SQL Database with SQL Server Management Console I receive (Microsoft SQL Server, Error: 53)
View ArticleSQL Server Management Express 2008 / Can't Login
Group,I've run ARO 2013 to clean up some registry issues I was having. In doing so, it has prevented SQL Server Management Express 2008 from loading. To fix this, I ran the "repair" for this. It...
View ArticleAccess & SQL Server Error Message
Hello,I have an access front end with sql server back end.Some times I get an error message in a continues form:"Collisionwhen writing" -"This record was changed by another user after you started to...
View ArticleMatching data from two tables using simple query.
I have two tables i write a query to get datas from first table where 'empid' is matching with second table. Table name 1:tblBillPay_details Table name 2:tblBillPayViewID Query is: SELECT...
View ArticleTable1 Autocounter used for PK - Trigger: on AddNew Record copy new PK and...
Table1 - Autocounter the Autocounter is the PKTable2 - no autocounter. Holds Metadata for Rules EngineTrigger: After Table1 completes a NewRecord - copy the autocounter (pk) and insert new record on...
View ArticleDo I need to stop SQL when performing windows updates?
Once a month my IT group runs windows updates on both our application servers and our database servers which can take a few hours. Before they run these, they shut down the db servers (and IIS), thus...
View ArticleSQL server 2012 book
Hi,Can anyone suggest some names of good learning book for SQL Server 2012 which covers all the basic topics like(select,insert,update,delete and so on up-to more complex queries). I want to buy it...
View Articlems sql server Import and export wizard roles
Hiwhich is the least previleage role that can access Import and Export wizard of Ms Sql server?SDhiraj
View ArticleHow to use a variable for a Server or Database name in FROM Statement
Hi, I was wondering if anything like the below is possible? DECLARE@DB1 CHAR(25),@DB2 CHAR(25),@SERVER CHAR(25) SELECT @DB1 = (SELECT PARAM_VALUE FROM UTIL_PARM WHERE PARAM_ID = 'DB1') --Returns...
View ArticleRepair Corrupted MDF & LDF Files ????
Hi AllI am looking for repair tools for corrupted mdf and ldf files,( These files beeing corrupted after i restore them using Easy Recovery Profissional after formatting c drive by mistake. )Remark :...
View ArticleSQL Server Management Express 2008 / Can't Login
Group,I've run ARO 2013 to clean up some registry issues I was having. In doing so, it has prevented SQL Server Management Express 2008 from loading. To fix this, I ran the "repair" for this. It...
View ArticleAccess & SQL Server Error Message
Hello,I have an access front end with sql server back end.Some times I get an error message in a continues form:"Collisionwhen writing" -"This record was changed by another user after you started to...
View ArticleDo I need to stop SQL when performing windows updates?
Once a month my IT group runs windows updates on both our application servers and our database servers which can take a few hours. Before they run these, they shut down the db servers (and IIS), thus...
View Article