Viewing 15 posts - 1 through 15 (of 26 total)
Dear All thanks for the help and guidance. Just to advise you of what I ended up doing. As some of the proposed solution were too complicated. For me anyway...
June 7, 2012 at 5:00 pm
Many thanks guys. I reviewd my code following your comments and now it is like this
declare @StartDate datetime --first day of a period, has to be calculated and exclude...
May 28, 2012 at 12:34 am
I just want to thank you all. This issue was resolved. I restored the same database with a different name under the same instance about a month ago, this is...
May 2, 2012 at 7:30 pm
Thanks for the reply
umasingh I tried using the wizard but it fails every time. It keeps failing the validation and saying that record_Id not allowed to be null. something...
January 25, 2012 at 2:48 am
Thanks Guys the following query works as needed. 🙂
declare @d datetime --input parameter for the procedure
set @d=(SELECT DATEADD(day, DATEDIFF(day, 0, getdate()), 0)) -- get current date
declare @StartDate...
May 16, 2011 at 6:24 pm
Hi again and again 🙂
Thanks ModestyBlaise84, I combined your sample query with toddasd's sample query and the result was positive. I have the needed data. but I just need...
May 16, 2011 at 12:40 am
henners72 (5/11/2011)
May 11, 2011 at 7:01 pm
ModestyBlaise84 No problems thanks for the help, Now I know it is not that simple :-), but sometimes we humans make the wrong assumptions.
Thanks you everyone for the feedback...
May 11, 2011 at 4:51 pm
ModestyBlaise84 (5/10/2011)
The query above will include all kids that were absent 3 or more days, regardless the...
May 10, 2011 at 8:38 pm
henners72 thanks for the help. I just need to clarify something please, why do I need to create another table. Your assumption was right; the data is entered on daily...
May 10, 2011 at 2:31 pm
Hi Everyone:
Wooh Found the problem :). thought I'll post in case someone having a similar problem. I discovered the System Admin was running a backup job every night at...
June 3, 2010 at 6:36 pm
Perry Whittle (5/25/2010)
saghbash (5/24/2010)
tassFULL{CF7B9AF2-6610-4412-A8CD-D01B04A895EE}3ISVS-SQL\TASStassFULL{CF7B9AF2-6610-4412-A8CD-D01B04A895EE}3ISVS-SQL\TASS
tassFULL{13688B9A-585F-41FF-A598-B9FDF4483108}3ISVS-SQL\TASS
tassFULL{13688B9A-585F-41FF-A598-B9FDF4483108}3ISVS-SQL\TASS
Hi check the sys.backup_devices table for these and get the physical filenames.
I tried running the following query:
select * from sys.backup_devices
the query returns a blank table.
Best regards
May 26, 2010 at 7:46 pm
Hi:
We do use Symantec Backup Exec, however we don't have an agent for SQL backup. The system admin is only backing up backup files created by SQL on backup tape....
May 26, 2010 at 7:43 pm
Viewing 15 posts - 1 through 15 (of 26 total)