Viewing 15 posts - 1 through 15 (of 29 total)
Sending positive thoughts and hope you are on the mend soon! Thanks for all you do for the SQL community!
July 8, 2020 at 7:07 am
Hey Gary,
Thanks for reading.
You could change the first part of the where clause so that it's looking for databases without a last full backup within 7 days and the differential...
April 7, 2020 at 4:33 pm
Hey Keith - are you being blocked from getting to the PowerShell Gallery? Perhaps a policy if you're on a work network?
April 6, 2020 at 2:44 pm
Well things are a little different currently as I'm working from home full time while we battle this virus. Currently I'm getting up, making coffee and then reading (fiction usually)...
April 6, 2020 at 8:01 am
Koen Verbeeck (6/2/2014)
Do you have the logging enabled in the packages? If yes, which events?
We have logging turned on for some of the packages but that writes to a text...
June 3, 2014 at 7:30 am
Brian Knight (6/2/2014)
June 3, 2014 at 7:02 am
Thanks for your reply.
Yes Cozyroc is licensed on the machine and it's not just packages with CozyRoc that are not showing the errors.
June 2, 2014 at 12:23 pm
SQLKnowItAll (3/4/2014)
jpomfret7 (7/13/2011)
Peter Maloof (7/5/2011)
I have to disagree that a phone book is an unclustered index.
Unless I'm mistaken, the white pages contain data physically sorted by
last name, first name and...
March 5, 2014 at 7:44 am
Using a function in the where clause can change a seek to a scan:
select checkcolumn, LongColumn
from test
where round(checkcolumn,0) = 7
Note: checkcolumn is an int and there is a suitable index...
March 13, 2013 at 6:38 am
I hadn't thought of roles, thanks for the suggestion.
February 13, 2013 at 8:30 am
Lynn Pettis (7/10/2012)
Yes.
Awesome, thanks for your help! 🙂
July 10, 2012 at 1:22 pm
Lynn Pettis (7/10/2012)
You will probably need to use a SQL Task and write the backup process using T-SQL.
Only trouble is will the SQL Task wait for the backup to complete...
July 10, 2012 at 1:15 pm
Double checked the linked server and that all looks good.
Dev (2/11/2012)
Please crosscheck the synonyms.
What do you mean by this?
Thanks for your help
February 13, 2012 at 10:16 am
That is weird, my only suggestion would be to add some logging to the SSIS package so you can tell where it is getting stuck. Maybe you have it so...
January 31, 2012 at 1:04 pm
This database does get replicated to other sources, what impact could this have on the vlfs in the logfile? Would transactions take longer to replicate due to it waiting...
January 24, 2012 at 8:24 am
Viewing 15 posts - 1 through 15 (of 29 total)