Viewing 15 posts - 391 through 405 (of 961 total)
Clustering will take care of the issues you are facing with performance. however you could consider setting database mirroring to high performance mode than high safety. Clustering is expensive but...
March 18, 2012 at 2:27 am
Assuming you want to learn, the best free book out there is MSDN.
SQL Server internals is great to understand the under the hood workings of SQL Server and http://www.tomcarpenter.net/2009/09/25/sql-server-2008-book-title-change/ for...
March 18, 2012 at 2:11 am
My guess is your not going to find a lot of people answering this post. Please do your own research and get back in case you have some areas you...
March 18, 2012 at 2:06 am
the only scenario I can think of where you would face performance issues after a trace if the Trace has taken up a lot of disk space as part of...
March 17, 2012 at 1:47 am
The 2 editions are worlds apart. Express edition is the free downloadable version and enterprise editions is the fully functional ( all bells and whistles) version.
Depending of what your trying...
March 17, 2012 at 1:41 am
I ve had a good week if it leaves me relaxed and looking forward to the next one. As long as things r moving in the same direction...
March 15, 2012 at 3:48 am
I wud go with the instead of trigger if this wasnt a frequent activity. else i wud create a new column called is modifiable. and update it with 0 just...
March 15, 2012 at 2:09 am
this wud be a good place to start. you should understand each option and decide which is best for you.
March 15, 2012 at 12:42 am
have u tried refreshing the service , the status doesnt always automatically change
what does the service show when look at from the services.msc console
Which service is this , mssqlserver or...
March 15, 2012 at 12:39 am
divide by zero , and two different servers .... what happened to basic tshooting skills ?
March 15, 2012 at 12:36 am
when i try to do that, it gives violation of duplicate error...there are five columns which is represented as unique index..., but index is different...
If your syncing the two table...
March 15, 2012 at 12:09 am
I have used redgate source control , TFS and SVN
TFS, -- not very user friendly but extremely powerful , links sourcecontrol to other aspect of s/w dev like...
March 15, 2012 at 12:00 am
TempDB can grow to such levels but shouldn't remain at this level. All temo tables are dropped at the end of the session that created it
If your temp table is...
March 14, 2012 at 12:22 am
Viewing 15 posts - 391 through 405 (of 961 total)