Viewing 14 posts - 16 through 29 (of 29 total)
Thanks! I ma installing SP 2 in my production server. should I install it too to my mirror server? 🙂
November 11, 2008 at 2:57 pm
This is my SQL server version and I still recieved the same error:
Microsoft SQL Server 2005 - 9.00.1399.06 (X64) Oct 14 2005 00:35:21 Copyright (c) 1988-2005...
November 11, 2008 at 2:10 pm
Thanks for reply.
Right now I have SQL 2005 with SP2. but still recieved the same error.
please help!
Thanks!
November 11, 2008 at 2:06 pm
Hi I tried this:
-dC:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\master.mdf;-eC:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\LOG\ERRORLOG;-lC:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\DATA\mastlog.ldf;-T1400
But still recieved the same error. please help!
thanks
November 11, 2008 at 1:40 pm
Hi can anyone please help me.... I have the same error:
when I run this query:
User Server01
EXEC master..xp_cmdshell 'MKDIR \\Server02\FolderName'
it retuned me this error:
Logon failure: unknown user name or bad...
November 6, 2008 at 3:47 pm
Please help... I have the same error:
when I run this query:
EXEC master..xp_cmdshell 'MKDIR \\ServerName\FolderName'
I got this error msg:
Logon failure: unknown user name or bad password.
it works fine if I...
November 6, 2008 at 3:25 pm
Hi I develop this query to defrag indexes that have 30% defragmentation (you can change the %). it also show you a report of before and after fragmentation. I hope...
November 6, 2008 at 3:16 pm
I am having the same problem.
This syntax runs fine with my other SQL server except for my newly installed SQL server. I check all the permission and they all the...
November 5, 2008 at 2:38 pm
Thanks guys, I monitor the task.exe and it open new cmd.exe that never terminated. now what I need to know is how to kill the cmd.exe using vb code. 😉
October 24, 2008 at 7:54 am
Actually I suspect that... hmmm is there anyway I can kill the cmd.exe in SQL.
Thanks!
October 23, 2008 at 3:29 pm
I tried this but still give me the same problem. everything run ok it juts leave the cmd open
EXECUTE xp_cmdshell '"D:\Folder\Task.exe"
October 23, 2008 at 2:44 pm
I have the same problem. My cmd.exe left open even the processes is already completed.
EXECUTE xp_cmdshell '"D:\Folder\Task.exe" & exit'
Can you please help me to solve this.
Thanks!
October 23, 2008 at 2:24 pm
Viewing 14 posts - 16 through 29 (of 29 total)