Viewing 15 posts - 6,376 through 6,390 (of 7,471 total)
For the moment I'm running both at my windows xp sp2 without a problem
I started with the sql2k-personal edition, then installed my 2005...
February 3, 2006 at 7:47 am
Thank you for the replies.
For the moment, none of the applications has a specific need for a non-default collation.
The only way we may get into troubles is with our DTS-packages...
February 3, 2006 at 7:13 am
Once devs are pushed toward using parameters, they get confused as to why their sp is not reused and has many compilations when in use.
The reason is most of the...
February 3, 2006 at 3:51 am
in sql2005 use the xml-datatype
I just took a look at the way biztalk handles it, and they are using a mix of ntext...
February 3, 2006 at 12:25 am
dts supports a number of different connection-objects, provided by the dts-environment itself.
e.g. oledb / sqlserver / text / odbc / access ...
open dts and create a new package : you'll...
February 3, 2006 at 12:00 am
you could fall back to the windows scheduled tasks and use SQLCMD to execute your backup commands
February 2, 2006 at 7:43 am
Like many of us, you'll get in troubles when using system-objects other than INFORMATION_SCHEMA.
Make the effort to adapt to INFORMATION_SCHEMA-use.
You can stil use the sys.sysobjects stuff. So...
February 2, 2006 at 7:19 am
Are you looking for set deadlock_priority low ?
This way the executed statement is prefered victim for deadlock handling.
February 2, 2006 at 7:14 am
you could off course always select 50 columns
e.g. set @sqlquery = 'select yourcol1, yourcol2, null, null, null,... from yourtabel '
February 2, 2006 at 7:00 am
I guess you can alter the system-db's dblevel without a problem.
You'll also notice the (db) reports for e.g. space usage, will not work, but give you an errornotification that the...
January 26, 2006 at 11:40 pm
Did you find a solution ?
I'll be out of the office until 01/25
January 23, 2006 at 1:36 am
So, how does your logshipping work ?
Did you build you own backup\restore cyclic procedure ?
Maybe this script can help out.
It's meanth to generate a script to restore a sequence of...
January 20, 2006 at 4:00 am
you should be able to start the correct sqlagent job to invoke the replication cycle to get them back in sync.
January 20, 2006 at 3:24 am
This should work automaticaly if you have setup logshipping.
Check BOl for "log shipping, overview"
Check your server's sqlagent if the jobs have been or are running ...
January 20, 2006 at 2:33 am
As always, there is no straight forward in a relational environment
If you use it in a well-considered way you'll gain from it, else...
January 13, 2006 at 4:23 am
Viewing 15 posts - 6,376 through 6,390 (of 7,471 total)