Viewing 15 posts - 76 through 90 (of 113 total)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/architec/8_ar_cs_9i5u.asp
You can run only one instance of SQL Server on each virtual server of a SQL Server failover cluster, although...
August 8, 2006 at 11:12 am
Clarify:
Two instances in one box with two different version of SQL Server. It is a Active/Passive environment.
If there is a hardware failure. The other box kicks in...
August 4, 2006 at 5:21 pm
I also tried LTRIM & RTRIM, still NO Luck!
November 8, 2005 at 1:02 pm
Thanks Sergiy! I got it...It should be RIGHT JOIN...
October 12, 2005 at 5:20 pm
why there is separate job for each INIT & NOINIT? why not just one INIT or NOINIT, know what I mean?
April 20, 2005 at 3:19 pm
How about this? I want the day of the month
Birthdate char(10)
SELECT substring(convert(char(2),datepart(day,BirthDate)),6,7) from FOR_UPDATE_CUST
Error: The conversion of a char data type to a datetime data type resulted in an...
April 5, 2005 at 4:08 pm
still gettin the error:
The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value.
The statement has been terminated.
@ExistCount int,
@key int,
@t_date varchar(11)...
March 29, 2005 at 6:39 pm
Restore a backup taken from that server and that database...
March 14, 2005 at 11:17 am
I tried that...
some len is 2, some len is 4, etc...
any solutions?
February 12, 2005 at 9:42 pm
Viewing 15 posts - 76 through 90 (of 113 total)