Viewing 8 posts - 31 through 38 (of 38 total)
I use the following script to put the freespace in a table.
set @sql = 'insert into #TmpFS select * from OPENQUERY ([' + @ServerName + '], ''SET...
July 29, 2005 at 3:14 am
Interested in an example?
In my company we have a internal system (tracking the performance of employees). Everything was in unicode, department codes an so on. The system has an performance...
June 30, 2005 at 3:15 am
I'm working at an insurance company. Car insurance and travel insurance are different tables, but account numbers are unique. Okay, we resolved it another way, because we have DB2, SQLServer,...
June 30, 2005 at 1:36 am
Mayby you can use the Microsoft Health and History tool, especially the performance collector add in.
An article here at sqlservercentral describes the tool: http://www.sqlservercentral.com/columnists/kKellenberger/sqlh2thefreehealthhistoryandperformancemonitoringt.asp
June 29, 2005 at 9:29 am
The advantage of a sequence is that it can be used for more than one table.
June 24, 2005 at 5:54 am
DTS uses bulk copy. So, in most cases DTS is faster.
June 16, 2005 at 1:38 am
Sorry, i was a little short in my answer.
Blocked by -2 means it's blocked by an orphaned distributed transaction. Look it up in books online by performing a search on...
June 16, 2005 at 1:26 am
blocked by -2 means that the proces is blocked by a distributed transaction.
June 15, 2005 at 3:03 am
Viewing 8 posts - 31 through 38 (of 38 total)