Viewing 15 posts - 3,076 through 3,090 (of 7,502 total)
Why aren't you just scheduling the correct sqlagent jobs to do your backups ?
btw I don't have dynamic backup jobs (meaning generated on a day by day basis) because you...
March 15, 2010 at 6:05 am
Paul Randal (3/12/2010)
March 12, 2010 at 11:02 pm
Hey, hey, I don't argue about being wrong or not.
I can live with the fact I'm only human.
I've only received way to much calls stating heaven did fall down,...
March 12, 2010 at 3:14 pm
LOGINPROPERTY doesn't show that (bol ref http://msdn.microsoft.com/en-us/library/ms345412.aspx)
Off course you can enable login recording to sqlservers errorlog file, but you'll have to process that yourself and off cours, depending on the...
March 12, 2010 at 2:59 pm
Let's see what full error info OP provides and work from there on.
March 12, 2010 at 12:01 pm
Paul Randal (3/12/2010)
ALZDBA - Can you explain what dropping adn recreating the indexes will do, apart from waste time and disk space?
since we don't know the actual dbcc output .....
If...
March 12, 2010 at 7:55 am
Still ... NO NO NO convert to the correct datatype !!!!
Declare @data varchar(MAX)
, @Delimiter char(1)
Select @data= '3/8,3/9,3/10,3/11'
, @Delimiter...
March 12, 2010 at 7:23 am
Post the actual dbcc output !
Can you drop and re-create all indexes of that / those tables ?
March 12, 2010 at 7:13 am
First of all .... buy huge servers to be able to cope with the little load you need !
Use the correct data type for your columns and make it mandatory.
Only...
March 12, 2010 at 7:07 am
simply sead :
Powershell is the new vbscript.
SQLCMD is only intended for usage related to sqlserver.
So .... two different worlds with a bit of overlap.
March 12, 2010 at 7:04 am
SQL2008 right ?
Check books online ! "Backing Up and Restoring Replicated Databases "
March 12, 2010 at 1:59 am
I would just feed the varriables value in a "variables" table and have the job or dts pick it up from there.
March 12, 2010 at 12:21 am
I stongly discourage this kind of constructs.
sp_oa stuff is known to frequently suffer memory leaks, ... which may cause your sql instance to be unstable and crash or reboot.
Workaround:
Create...
March 11, 2010 at 1:59 pm
... i am getting error ...
You should provide as much error info as possible !
Error text, sqlserver errorlog info, sqlagent.out logging info, ...
As well as your used setup scipt! (of...
March 11, 2010 at 1:52 pm
IMO it shouldn't matter if you have only one db with a single user, or 100 db with n users.
The cost of having a systems db backup should not...
March 11, 2010 at 8:23 am
Viewing 15 posts - 3,076 through 3,090 (of 7,502 total)