SQL 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 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 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 Articleerror in management studio 2012 installation
Overall summary: Final result: Failed: see details below Exit code (Decimal): -2068054007 Start time: 2013-06-07 19:01:59 End time: 2013-06-07 20:27:31 Requested action: Install Setup completed with...
View ArticleSQLServer.exe significance?
Whats the difference in starting the SQL Server in command prompt.SQLServer.EXE andNET START MSSQLSERVER?Thanks and Regards,Shanoof Basheer
View ArticleTracing where an application's connection comes from
Hi,I'm not sure if it's possible or if I even have the right discussion group but here goes.I use the below SQL to find what applications are connecting to databases:USE master; GO SELECT spid,...
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 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 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 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 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 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 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 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 ArticleTable1 Autocounter used for PK - Insert Trigger: on AddNew Record copy new PK...
Table1 - Autocounter the Autocounter is the PKTable2 - no autocounter. Holds Metadata for Rules EngineInsert Trigger: After Table1 completes a NewRecord - copy the autocounter (pk) and insert new...
View ArticleHow to restore .mdf files after re installing sql server 2012
HiIn my server ther is sql server 2012 evaluation version and its expired soi taken backup for all databases .mdf file and i installed sqlserver 2012 standard edition.now how i restore databases...
View ArticleCan log-shipping copies data from PROD to DR database if data import done on...
hi we have two sql database PRODUCTION and DR(BACKUP). we are migrating from sybase to ms sql server. we need to copy sybase data to PRODUCTION and DR database. we have placed log-shipping from PROD to...
View Articlehow to create a report on all the table size
Good Day..Im actually new to MIcrosft SQL and would greattly appreciate it if i can have some few pointers from you guys :)I'm using Microsoft SQL 2008 R2, and would like to know if there is an option...
View ArticleSQL Server 2012 Business Intelligence Licensing
Moving to SQL Server 2012 is a good thing . . . but it's not clear to me how to license it.The Business Intelligence Edition uses the Server plus CAL model. The licensing guide says:"To access a...
View Article