Viewing 13 posts - 1 through 13 (of 13 total)
Is there not a clause in Backup Log that avoids breaking the LSN chain?
November 30, 2012 at 5:03 am
Lowell (10/26/2012)
blacklabellover2003 (10/26/2012)
I have an orphaned .mdf + .ldf fileset on our production box, I know how to attach them.
But I also need to find out who the last...
November 7, 2012 at 6:36 am
WayneS (10/11/2010)
Example - if user 1 has a value in the Text column of 'Att20451', and user 2's is 'Att40451', if we pass in @attendance = '30452', then the Sproc...
October 12, 2010 at 10:33 am
Well, the consensus is that the final check isn't necessary, my remainings concern are error-handling, emailing that rowcount automatically, and possibly lifting the phone numbers using OpenRowset.
But otherwise, you think...
October 4, 2010 at 1:45 pm
Hi Wayne,
That solves the repeating phone number issue, but do you think some sort of "If, Then.." control flow is needed?
October 3, 2010 at 1:58 pm
Hi Vinod,
I can't use OpenRowset as our servers are 64 bit. Is there a workaround for this, or another command?
Thanks,
Jim.
October 2, 2010 at 11:29 am
Possible, but there are òther servers still on SP2 that don't exhibit the issue.
September 28, 2010 at 7:54 am
Can anyone help with this? This is the code I've got so far, but it's for Excel, whereas I need to point it to a tab delimited Notepadfile
SELECT * into...
September 27, 2010 at 4:20 am
To search the data, in a database, for the existence of a string of data.
September 23, 2010 at 5:54 am
Got it. Also, is this backup being made over the network?
EXECUTE master..sqlbackup N'-SQL "BACKUP DATABASE [Outnow] TO DISK = ''\\dbsrvr1a\outnow\Outnow.sqb'' WITH COMPRESSION = 2, MAXTRANSFERSIZE = 1048576"', @exitcode OUT,...
September 22, 2010 at 8:57 am
Looks great Alex! Would I be able to export the results out to a csv/xls for reporting?
September 21, 2010 at 9:52 am
AlexSQLForums (9/20/2010)
SELECT * INTO XLImport5 FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0',
'Excel 8.0;Database=C:\test\xltest.xls', 'SELECT * FROM [Customers$]')
then add the rest...
September 20, 2010 at 3:10 pm
GilaMonster (9/19/2010)
No such free tool that I know of. I wrote a whole bunch of scripts to do such audits. They're not that hard to write, just tedious.
Did you publish...
September 19, 2010 at 5:20 am
Viewing 13 posts - 1 through 13 (of 13 total)