Viewing 15 posts - 136 through 150 (of 231 total)
Addition to Jason's comment I would say post your question in proper way that everyone should understand quickly.
December 23, 2009 at 1:57 am
Microsoft has introduced a new feature in SQL Server 2008 - Change Data Capture that helps to track the database changes.
-Abhijit
December 23, 2009 at 1:46 am
You can identity it by running the sysprocesses query.
When you run the query you will receive the same message saying "database is in single_user mode".
If you check the resultset you...
December 21, 2009 at 4:39 am
Thank for you replies. I have already done it by using SSIS- FTP task.
November 24, 2009 at 9:08 am
Smart Answer. I agree with with you but the thing is is no one know this then how could you identify it.
October 22, 2009 at 7:22 am
oh sorry here is the link
http://answers.yahoo.com/question/index?qid=20070429222309AAYDhyU
October 22, 2009 at 7:03 am
Any SQL / Windows jobs overlapping to each other or taking longer time than the usual. THsi could be the reason also.
October 21, 2009 at 2:18 am
I have already tried the command provided. see the problem is I can able to read the files on local drives c:, d: but i am for able to read...
October 16, 2009 at 1:05 am
I was facing the same issues on my development enviornment. I seperated the mdf & ldf files on different drives & this solved my issue.
for reference you can read the...
October 16, 2009 at 1:03 am
Thanks for replying 1st :).
I did tried with the fullpath of the server as you specified, but it is not returning "0" for all.
I just want to read the files...
October 15, 2009 at 9:47 am
you can also run the below query to get the details
select * from msdb..sysjobactivity
October 15, 2009 at 5:11 am
Assuming this post belongs to SQL server 2005, you can use the below query to return all SP in the database
SELECT * FROM INFORMATION_SCHEMA.ROUTINES WHERE ROUTINE_TYPE = 'PROCEDURE'
September 30, 2009 at 3:34 am
Gail,
I read in one of the article we can turn off the message by running the traceoff flag 803
September 29, 2009 at 4:08 am
hey thxs for th eprompt reply.
As per the database records I have to convert the record to know whether it is midnight / nooon.
And the expected results is
12/24 instead...
August 5, 2009 at 6:16 am
I have already done this but this allows user to create other objects also. I want to restrict the user upto create procedure permission level.
August 3, 2009 at 2:33 am
Viewing 15 posts - 136 through 150 (of 231 total)