Viewing 15 posts - 256 through 270 (of 1,655 total)
You're trying to write the trace file in the root of C:.
I remember that on a lot of server systems you need special permissions to create files there. Try using...
June 11, 2009 at 6:17 am
ahmad.ghazi (6/10/2009)
I have used to drop the replication configuration a stored procedure called sp_removedbreplication , But by mistake which is a big mistake, i have executed this procedure...
June 11, 2009 at 5:37 am
FreeHansje (6/11/2009)
I'm not sure, but I recall having read somewhere, that Profiler does not catch every...
June 11, 2009 at 5:29 am
Which method is best for you depends on the situation. There is not one option more preferable than the other. I suggest you read the document in this link:
It describes...
June 11, 2009 at 5:17 am
sharad.mail4 (6/11/2009)
Please...
June 11, 2009 at 5:12 am
manus4u (6/11/2009)
Hi,I have a TNS Entry and I need to create a linked server for it on sql 2000.
Could someone guide me with the steps pls...
Thanks in Adv
Try this:
EXEC master.dbo.sp_addlinkedserver...
June 11, 2009 at 4:46 am
The only way to do this in SQL 2005 is by running a trace.
Triggers won't catch select statements.
June 11, 2009 at 3:36 am
mr_sxm (6/10/2009)
What's the different between sql server accounts NT AUTHORITY\SYSTEM and BUILTIN\Administrators?thanks!
NT AUTHORITY\SYSTEM is the local system account on the machine.
BUILTIN\Administrators is the local administrators group on the machine.
June 11, 2009 at 1:07 am
Usually this message comes up on x64 servers there the sql service account doesn't have the right to "Lock pages in memory" or especially on a x64 standard edition, because...
June 11, 2009 at 1:04 am
Grant Fritchey (6/10/2009)
Ok , that was odd. Again. The Thread is getting angry or something.
This was the response:
Really? So if someone posts some vague, random question the correct response is...
June 10, 2009 at 8:01 am
Grant Fritchey (6/10/2009)
MarkusB (6/10/2009)
Any psychics around who can help this onehttp://www.sqlservercentral.com/Forums/Topic732091-266-1.aspx
I can't read minds, but I can see the future...
I see... I see... a dba-wanna-be on the street, looking for...
June 10, 2009 at 6:59 am
Any psychics around who can help this one
http://www.sqlservercentral.com/Forums/Topic732091-266-1.aspx
June 10, 2009 at 3:17 am
agnes.mosumo (6/10/2009)
application hangs on sql 2000 database which is running on windows 2003 server; this happens intermittetly.
Do you really expect us to help you with this little information ???
June 10, 2009 at 3:15 am
Not sure if this is what you're loooking for, but microsoft has published some of the XML schemas used by SSIS, SSRS and other components.
June 9, 2009 at 7:53 am
Have a look at these two links. They show you different options on how you can achieve this.
http://www.sqlis.com/post/Easy-Package-Configuration.aspx
http://www.sqlis.com/post/Looping-over-files-with-the-Foreach-Loop.aspx
June 9, 2009 at 5:37 am
Viewing 15 posts - 256 through 270 (of 1,655 total)