Viewing 15 posts - 451 through 465 (of 1,292 total)
vasaya (12/21/2009)
I am using this query.
Which query, the one that Grant gave as sample? Give your query for better understanding.
My question is that when i run this query,...
December 21, 2009 at 8:46 pm
The query is performing what is it supposed to be doing.
The mistake in your query is that you must be using something like a derived table or a temp...
December 21, 2009 at 8:32 pm
Is the job disabled? Disabled jobs would not run at the schedule time.
December 21, 2009 at 8:22 pm
Jeff is right, and he also answered the list of 3 things you wanted.
Google, Yahoo, Bing.............. Bingo! 😉
December 21, 2009 at 8:19 pm
Look at the Authentication Mode of your Server is it set to Mixed Mode?
select authmode=case serverproperty('IsIntegratedSecurityOnly')
when 1 then 'Windows Mode' Else 'Mixed Mode' end
Run that command and see what does...
December 21, 2009 at 7:13 am
That's good Scott. Appreciate for taking time and sharing your experience.
December 18, 2009 at 8:52 pm
I'd be working all business days. :w00t: That's a problem being a consultant.
December 18, 2009 at 8:38 pm
Go to My Account --> Click on Forums Control Panel and in the next page Edit Signature.
December 18, 2009 at 2:29 pm
Lynn Pettis (12/18/2009)
Anticipation!Just two more days and my daughter is home for Christmas! :w00t:
Waiting.
Just 2 more days and my wife is returning from India 😀
December 18, 2009 at 7:54 am
Steve Jones - Editor (12/18/2009)
Any guesses on the new architecture?
SQL Server 2008 64 Bit on Windows Server 2008 R2 Enterprise.
December 18, 2009 at 7:44 am
Yes that must have been the case..
December 17, 2009 at 9:51 pm
Well, I tested and this is what I have.
In Snapshot Replication you can't do the initial setup with a different column names, you can only start with a different...
December 17, 2009 at 9:34 pm
Please read the Best practice article below and post some test data, since that provides us to see what error you are getting. It enables us to test a readily...
December 17, 2009 at 8:08 pm
Increasing disk space is not the issue you need to address. First address what is the reason the performance is slow? Are all queries slow or a particular one is...
December 17, 2009 at 8:01 pm
Viewing 15 posts - 451 through 465 (of 1,292 total)