Viewing 15 posts - 16 through 30 (of 30 total)
Forgive my ignorance but are you talking about SQL auditing? How do I turn that on? Where is the information stored?
July 27, 2006 at 8:16 am
Forgive my ignorance but I am running SQL2000. Is 'execute as' available in this version?
May 26, 2006 at 8:31 am
Maybe I am lost on this how would this work?
May 26, 2006 at 8:14 am
How did you setup the accounts on the target server? Does the sid have to be the same on the source and destination in order for this to work?
May 12, 2006 at 9:46 am
Oversite on my part. That would explain a lot. So the rest of the weeks differential backups will be at least 19GBs and increase with whatever data changes were made?
April 27, 2006 at 9:44 am
i can't alter the rights of the users they use and dropping tables (gulp) hasn't been the issue. i can't stop them from creating the objects. I would just like...
October 17, 2005 at 2:20 pm
Thank you gentlemen.. you were of great help!
September 29, 2005 at 8:56 am
Unfortunately, I can't seem to download the product and the article is to advanced for me to try and incorporate. Just a newbie here. Could I call the xp_cmdshell to...
September 23, 2005 at 8:51 am
Function Main()
Dim oConn, sFilename
' Filename format - exyymmdd.log
sFilename = "ex" & Right(Year(Now()), 2)
If Month(Now()) < 10 Then sFilename = sFilename & "0" & _
Month(Now()) Else sFilename = sFilename &...
September 23, 2005 at 1:06 am
First I have a sql statement... say select message from test.
The sql statement results would have to be written to a file dynamically using todays date... say 20050922.txt
Lastly, that newly created...
September 22, 2005 at 1:50 pm
i was able to parse my trigger but i still don't receive my expected results.
i thought this would have been pretty basic but its turning into a huge headache.
the...
August 23, 2005 at 11:09 am
basically its a text field that a user can add/remove comments from the front end. what management wants is the ability to track all of those changes(before/after)
August 22, 2005 at 11:37 am
Basically I need a summation of the converted data to the decimal. So my final output for those two records would be
2434.56
+ 2345.67
4780.23
So the end result would be the...
June 30, 2005 at 6:22 pm
I am trying to massage tables from a vendors file and map it over to a system that I support that requires line numbering.
June 23, 2005 at 9:45 am
Viewing 15 posts - 16 through 30 (of 30 total)