Viewing 15 posts - 1,171 through 1,185 (of 1,653 total)
Reddy,
the issues whtith DTS and EM you're refering two are related to the Itanium 64-bit version. WIth the x64 version you don't have these problems.
A direct upgrade from a 32-bit...
[font="Verdana"]Markus Bohse[/font]
September 14, 2007 at 2:08 am
If you try to start a job which is already executing, nothing will happen. So you don't need to worry.
Markus
[font="Verdana"]Markus Bohse[/font]
September 13, 2007 at 3:09 am
Yeah,
windows administrators ust don't realize that databases are a lot bigger than most files on a fileserver. Had this type of issues too in the past, that's why I...
[font="Verdana"]Markus Bohse[/font]
September 12, 2007 at 10:53 am
Kyle,
my first question would be which of the two result sets do you want to insert in your table?. You obviously can't insert them both into the same table...
[font="Verdana"]Markus Bohse[/font]
September 12, 2007 at 7:54 am
Matthew,
since you posted this under 2005 General discussion I assume you're using that version. So as an alternative to logshipping you can setup Mirroring and create snapshots on the mirror...
[font="Verdana"]Markus Bohse[/font]
September 12, 2007 at 1:07 am
Gary,
with maintenance plans the jobhistory is usually not very useful when it comes to fiding the reason for a failure. The logfile "H:\oPlates\oplatesStaging\LOG\oPlatesStaging DB Maintenance Plan4.txt" should give youa more detailed...
[font="Verdana"]Markus Bohse[/font]
September 11, 2007 at 8:40 am
Sorry this should be
"Even though you can't type another windows name".
Markus
[font="Verdana"]Markus Bohse[/font]
September 11, 2007 at 1:57 am
Ian,
even though you can type another windows name in the connection window, there are a couple of ways to do this.
1) Start SSMS with the "Run as" option.
2)...
[font="Verdana"]Markus Bohse[/font]
September 11, 2007 at 1:56 am
You better start your arrangements.
You can "create" system pocedure by marking a user procedure as system with the stored sprocedure sp_MS_marksystemObject. It's an undocumented procedure which allows you to...
[font="Verdana"]Markus Bohse[/font]
September 10, 2007 at 10:27 am
Mark,
from MS Technet: SQL Server Express supports subscriptions to merge, snapshot, and transactional publications, but does not permit publications itself.
So in order to create a publication you must use Workgroup,...
[font="Verdana"]Markus Bohse[/font]
September 10, 2007 at 4:21 am
Mark,
the problem is not that OPENROWSET is not supported, but that for security reasons, by default Ad-hoc remote queries are disabled. You need to eablem them either through the Surface...
[font="Verdana"]Markus Bohse[/font]
September 7, 2007 at 7:44 am
You can calculate the uptime using the sysprocesses.
select
DateDiff(ss,login_time, getdate())
[font="Verdana"]Markus Bohse[/font]
September 7, 2007 at 7:40 am
BMC offers a backup solution which supports object-level restore. Can't say I have any real world experience with it, but I tested it some time ago and it looked fine.
But...
[font="Verdana"]Markus Bohse[/font]
September 7, 2007 at 4:35 am
Johan,
the file you found is for the distribution database. It's not in use until you configure your server for replication, and even then it might not be used because you...
[font="Verdana"]Markus Bohse[/font]
September 7, 2007 at 12:48 am
Not sure if someone made a script for something like this, but it's probably worth having a look at the scripts page. http://www.sqlservercentral.com/Scripts/
If you can't find one I would...
[font="Verdana"]Markus Bohse[/font]
September 6, 2007 at 9:08 am
Viewing 15 posts - 1,171 through 1,185 (of 1,653 total)