raiserror(@msg,0,1) with nowait isn't pushing out the messages
I'm working on a big script that will someday be a big SP, and have it spitting out status messages after each big command, the whole thing is running about 30 minutes on our larger servers. But as...
View ArticleSQL: Encrypt connection
Hello,I would like to know when the "Encrypt Connection" becomes active after being checked.Immediately? after restarting the SQL Serveice? after Rebooting the server?Thanks, DomSystem Center...
View ArticleDBCC CHECKDB Performance
Hello,We have built a new virtual server to replace an old physical server to host one of our databases (still running SQL Server 2005 SP4 Standard however). When I have run a DBCC CHECKDB command on...
View Articlepartial view server state via sp and execute as?
Hi all,A user requested to be able to select from sys.dm_db_missing_index_details and sys.dm_db_index_usage_stats. To select this two dynamic sp the user would require permission VIEW SERVER STATE....
View Articlehow snapshot backups works
Hi,I'm trying to find how snapshot backups works.I know that custom backup applications can connect to sql server through VDI API and send a backup instruction with the "with snapshot" parameter to...
View ArticleLinked server to access error
I created a linked server form SQL 2008 to a accesss database.I can show the content of some of the tables in the access database.But when I try to open some other tables in the same access table it...
View ArticleSQL Server High Performance and Product Selection
Hi Forum, Can anyone confirm the following understanding:- - Both parallel process in one instance or multiple instances (MPP), it is not In-Memory computing yet. - Parallel in one instance...
View ArticleCannot Access MDF files for Database Attachement
Hi everybody,I am having an issue in selecting a database for attachment. Within my SQL SERVER instance, I right click on DATABASES to ATTACH, I get the Attach Database dialog box. I hit the 'add'...
View ArticleHow to connect to Oracle 8i from sqlserver 2012
I have installed the oracle 64 bit client and created an ODBC data source but cannot create a linked server to the 8i database.I receive this message.Cannot initialize the data source object of OLE DB...
View ArticleBetter insert performance on a table only with a clustered index or a table...
Note, I am not talking about a clustered index against a non-cluster index, I mean a clustered index comparing to no index at all for inserting performance.I saw lots of links as below said that, a...
View ArticleTRUNCATE TABLE - What happens if a TRUNCATE TABLE is interrupted
What happens when a TRUNCATE TABLE is interrupted?For example, if my table is 30GB in size and the session running the TRUNCATE TABLE is killed before the statement completes.Is the TRUNCATE STATEMENT...
View ArticleMicrosoft SQL server error:233
I am getting this error when connecting to sql. I cant get into my databases now- its pretty ugly. "A connection was succesfulyl established with the server, but then an error occured during the login...
View Articlewhat is TRACE FLAG
What is trace flag and how its useful for blocking and dead lock and advantages and dis advantages of trace flag?vemurudivya
View ArticleHow to configure MSSQL to save all kind of transactions in a database table?
I'm trying to automaticaly save all the transaccition occurring in my database into a single point, that could be, preferentially, a table created in a database inside the manager, just like i can do...
View ArticleSQL server hangs after login, slow overall responce
After upgrading SCCM to service pack 1 the dedicated 2008R2 SQL server is unresponsive at login. Running on VMWare 5.1.It was slow after the upgrade, but you were still able to get into it, today I...
View ArticleDatabase Access issue
Hi team,when i loged into production sql server after we are facing bellow issue,please send answer ASAP...
View ArticleFilegroups - are different backup/restore strategies possible?
Dear All,We have: Database: X FILEGROUP: PRIMARY File - Logical Name:X, File Name:x.mdf Tables: ... FILEGROUP: BIG File - Logical Name:X_big, File Name:X_big.mdf Table: LargeTable A backup...
View Articleundo delete statement...is it possible
I've made a very silly mistake. I was supposed to run this statementdelete table_columnswhere col_id = 1223but instead I mistakenly executed just the 1st line.I have no backups....is there any possible...
View Article