Viewing 15 posts - 1,171 through 1,185 (of 1,655 total)
Joe,
either use CTRL+ R or add the Show/Hide results button to your toolbar. You find it under Tools\Customize in the Windows categorie.
Markus
September 14, 2007 at 2:58 am
Jai,
if you read carefully in BOL you will see that the SET DATEFORMAT option only applies to the entering of dates and not the way they are displayed.
Markus
September 14, 2007 at 2:50 am
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...
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
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...
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...
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...
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...
September 11, 2007 at 8:40 am
Sorry this should be
"Even though you can't type another windows name".
Markus
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)...
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...
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,...
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...
September 7, 2007 at 7:44 am
You can calculate the uptime using the sysprocesses.
select
DateDiff(ss,login_time, getdate())
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...
September 7, 2007 at 4:35 am
Viewing 15 posts - 1,171 through 1,185 (of 1,655 total)