Viewing 15 posts - 4,726 through 4,740 (of 7,496 total)
many thanks for this usefull proc.
All I needed to add is a @Versions2Keep parameter.
July 4, 2008 at 7:12 am
It seems is going to be a cosy SSC-evening at SQLPass this year,
and by now Steve will have gotten the picture for the SSC-T 208:
front: upper left: SQLServercentral.com and the...
July 4, 2008 at 12:16 am
Congratulations Jeff and Michael.
A virtual pint to your honor ! (maybe we'll materialize that at SQLPass 😀 )
July 2, 2008 at 5:17 am
Check RETURN in bol !
Return is not used to fillup output variables, but it gives an integer value to the calling object. (mostly used to indicate OK or not OK)
To...
July 1, 2008 at 1:22 am
Steve Jones - Editor (6/30/2008)
We implemented Dynamics about 8 years ago and they said they required SA to run the application. I dug...
July 1, 2008 at 12:20 am
And keep in mind that sql2005 may work better if the dblevel is put to 90. (=sql2005) Afterward you can put it back to 80 if needed !
The upgrade path...
June 30, 2008 at 8:17 am
install SP2 + at least Cumulative update 2 (CU)
We install up to CU5.
(CU8 is current, but you'll need to test if that one works for you !)
June 30, 2008 at 8:11 am
Aha, the wood and the trees .... :w00t:
Been there, done that 😉
Every once in a while, a good dba needs to proove (s)he's human after all 😛
June 30, 2008 at 8:00 am
so just use a single select and modify your where clause
...[Entry Type] in (0,1)...
June 30, 2008 at 7:32 am
can you post the DML you use for this delete ?
If it is a single delete statement that just performs like a table scan to do its stuff, that may...
June 30, 2008 at 7:25 am
So you see you would be better off using dbmail !
(better in sql2005 and nomore need for oa-stuff !!)
June 30, 2008 at 3:57 am
Quit simple:
Just add a default data file location and off you go !
You will need to restart your sqlinstance after you activate C2 !
USE [master]
GO
Declare @DataPath NVarchar(2000)
Declare @LogPath NVarchar(2000)
Declare @DataPathOLD...
June 30, 2008 at 3:46 am
imo the device activation error you see in the errorlog file, aren't related to your backup job.
What has happend to your G-drive ?? :crazy:
(G:\SQL2KData\...)
June 30, 2008 at 12:18 am
IMO having a higher checkpoint frequency will minimize its impact to the system.
It takes a checkpoint because it has a high update load (worktables, ... ??)
maybe (re) moving the...
June 30, 2008 at 12:10 am
Viewing 15 posts - 4,726 through 4,740 (of 7,496 total)