Viewing 15 posts - 361 through 375 (of 3,061 total)
mdkmohan (4/8/2012)
I just need to disable sql jobs during holidays.
I found few ways for doing that but I don't know which is more efficient and generalized method.
Kindly provide your suggestion...
April 8, 2012 at 9:13 am
gwphillipson (4/6/2012)
Is that Replication Management Objects Concepts?
http://msdn.microsoft.com/en-us/library/ms146869.aspx
Also would it be possible to install sql 2005 onto my VPS server from my desktop, if so how would i go about...
April 6, 2012 at 1:58 pm
When using four-part naming query uses to transfer whole tables over the network from remote to local server, then apply filtering in local server - that's why it takes much...
April 6, 2012 at 1:39 pm
Sourav-657741 (4/6/2012)
April 6, 2012 at 1:04 pm
Sourav-657741 (4/6/2012)
April 6, 2012 at 12:41 pm
Threshold for lock escalation is 5,000 locks acquired for the same referenced table, table partition or index. Each time SQL Server engine finds that 5,000 locks have been acquired...
April 6, 2012 at 12:29 pm
sivag (4/6/2012)
April 6, 2012 at 12:17 pm
Self join would do it meaning, you have to join your table with itself, apply your logic.
April 6, 2012 at 12:09 pm
Adding to Gail's point, looking at your questions it looks like you may want to refresh your "Table Partitioning 101" skills, start here http://msdn.microsoft.com/en-us/library/ms190787.aspx
April 6, 2012 at 12:01 pm
pduback (4/6/2012)
April 6, 2012 at 11:52 am
gwphillipson (4/6/2012)
April 6, 2012 at 10:08 am
Larry Page(EA) (4/4/2012)
could you suggest me some books about data mining ?
This is what I usually do.
1- Write down five questions about the topic, data mining in this case.
2- Go...
April 6, 2012 at 9:59 am
Viewing 15 posts - 361 through 375 (of 3,061 total)