Viewing 15 posts - 1,126 through 1,140 (of 1,160 total)
Looks like authentication issue. Please verify that you have access to the FTP path. Try it from the browser.
April 23, 2008 at 2:46 am
I think it is not possible as the DB Owner has full access on the database.
April 23, 2008 at 2:36 am
The best way would be to put the database in Single User Mode using sp_dboptions (which would not allow further connections) and kill the existing ones.
April 23, 2008 at 2:34 am
Please go to Start --> Run
Type cmd
Click Go
Then go to the directory in which the batch file exists (e.g. CD C:\WINDOWS)
Then type batch file namd and press enter.
April 23, 2008 at 2:27 am
Please go to command prompt (cmd) and run the batch file You should be getting some error there.
April 23, 2008 at 2:12 am
According to me sp_who2, DBCC INPUTBUFFER, querying the SYSPROCESSES table, Running a trace using SQL Profiler are only options to get the last executed query details.
Regards,
Pradeep
April 22, 2008 at 10:34 pm
No special steps involved in this. Same as attaching a DB with a Single file group.
Regards,
Pradeep
April 22, 2008 at 9:53 pm
Even I believe that you find this information is available only in the Registry.
Regards,
Pradeep
April 22, 2008 at 9:51 pm
Please give some more details about the problem that you are facing.
April 22, 2008 at 9:48 pm
sp_who2 will give you the details of the currently running processes. If you know the SPID of the process then you can run DBCC INPUTBUFFER(SPID) to know that command that...
April 22, 2008 at 12:33 am
Please try re-installing the .Net framework again. This should help.
April 20, 2008 at 9:59 pm
I am trying to build the .vbs file (which you provided in this article) in SQL itself. I mean I would like to build SAY, C:\Pradeep.vbs file by running a...
February 21, 2008 at 8:33 pm
Hi Mark,
Thanks a ton for this wonderful article. This is exactly what I was looking for since a very long time !
I am trying to build the .vbs file (which...
February 21, 2008 at 4:28 am
But make sure you take the Full backup before trying the above and have one more after the above step.
February 20, 2008 at 2:03 am
Viewing 15 posts - 1,126 through 1,140 (of 1,160 total)