Viewing 15 posts - 466 through 480 (of 1,655 total)
abdullah.olaniyan (2/3/2009)
I have an HP laptop with Vista installed on it. Now under program files in...
February 4, 2009 at 2:39 am
Imke Cronje (2/4/2009)
February 4, 2009 at 2:30 am
I think you have to use dynamic SQL to achieve this.
CREATE PROCEDURE test_user
@input_login CHAR(8), @input_pass CHAR(10)
WITH EXECUTE AS 'AdminUser'
AS
BEGIN
DECLARE @cmd nvarchar(2000)
SET @cmd = 'CREATE LOGIN ' + @input_login...
February 4, 2009 at 2:22 am
scott_lotus (2/3/2009)
1. im using an a/p cluster, if one db can do into recovery mode for 30...
February 3, 2009 at 10:15 am
Have you seen this http://support.microsoft.com/kb/960161
Looks like CU1 fixes your problem.
February 3, 2009 at 9:03 am
fred.coleman (2/3/2009)
February 3, 2009 at 8:41 am
chris.bunt (2/3/2009)
If I export jobs from sql 7.0 as a script, How do you get them into sql 2005?Thanks
I have never done it from SQL 7.0 to 2005 but...
February 3, 2009 at 8:38 am
I think it would really help if you let us know what problems you get.
Do you have problems installing SP3 on the cluster or are you talking about problems...
February 3, 2009 at 8:34 am
This one might be something for you:
http://www.optiver.nl/working-at-optiver/job/3401/Database%20Administrator/
Good luck
February 3, 2009 at 7:06 am
What do you get if you run a SELECT query from Query Analyzer? Just because EM doesn't return any data does not necessary mean that the table is empty.
February 3, 2009 at 3:46 am
scott_lotus (2/3/2009)
So whats the difference between LOG SHIPPING and TRANSACTIONAL REPLICATION then if both use the transaction log to keep the second database up to date...
February 3, 2009 at 1:51 am
I miss one thing in this whole discussion.
Why would you want to have 20 ldf files????
That makes no sense at all. 20 ndf's I can understand but having so...
February 3, 2009 at 1:43 am
Ok, I got it right and I don't really want to complain about the question. In fact I think it's a pretty good question.
But what I find strange is that...
February 3, 2009 at 12:56 am
srimkumarp (2/2/2009)
Recently we had upgraded one of my SQL Server 2005 standard edition running on MS Win 2005 Standarad Edition pack 2.
using as a application server.
version :-Microsoft...
February 2, 2009 at 6:45 am
Viewing 15 posts - 466 through 480 (of 1,655 total)