Viewing 15 posts - 31 through 45 (of 58 total)
Impact of the Recovery Model on Backup and Restore :-
February 25, 2012 at 11:28 am
There are sevral sites who hires the codders.. like Freelancer ,Codeguru
February 25, 2012 at 10:37 am
check below link to Find Table Usage
http://www.sqlservercentral.com/scripts/Miscellaneous/31553/
February 24, 2012 at 12:10 pm
is "c2 Audit mode" enabled on your server?? if yes then you can find it in trace files... else try to find it out in sql error log.
February 24, 2012 at 11:57 am
Below query will give Job Frequency type.
SELECT
[sJOB].[job_id] AS [JobID]
, [sJOB].[name] AS [JobName]
, [sDBP].[name] AS [JobOwner]
...
February 24, 2012 at 11:52 am
This may help you to find your answer.
February 24, 2012 at 11:24 am
Nice blog to read.
http://www.techrepublic.com/blog/10things/10-tips-for-upgrading-to-sql-server-2008-r2/2376
February 24, 2012 at 11:08 am
this article may help you.
http://sql-articles.com/articles/troubleshooting/troubleshooting-login-failed-error-18456/
February 21, 2012 at 10:56 am
Carlos russo (2/21/2012)
But when i run a simple query like:
select top 5 * from LINKEDSERVER..SCHEMA.TABLE
the result grid flashes...
February 21, 2012 at 10:46 am
you create logshipping in same server but secondry database has to be different name.
February 21, 2012 at 5:51 am
you will definitely get the answer from this blog.
http://www.sql-server-performance.com/2007/temp-tables-vs-variables/
February 21, 2012 at 4:05 am
Viewing 15 posts - 31 through 45 (of 58 total)