Viewing 15 posts - 1 through 15 (of 134 total)
Unfortunatly, it is SQL Services. If you have an instance, you can just restart the instance of that but still, it is still SQL Service. (i.e MSSQLSERVER for default instance)....
January 4, 2006 at 9:57 am
A little off topic from here but just curious that if anyone installed SQL STD on 4 way box with HT (i.e, 4 physical + 4 logical) on windows 2003...
June 23, 2005 at 1:55 pm
Thanks,
I made the connection work.
February 9, 2005 at 2:57 pm
First, your declare is wrong. You forgot "@" for variable.
DECLARE RUNDATE DATETIME -> DECLARE @RUNDATE DATETIME
Second, what is the dateformat that you want? Yours look like [dd/mm/yyyy]. American standard is...
February 7, 2005 at 12:46 pm
Hi,
I think I need the real example. Those documentation doesn't include to to link server the AD. I tried below but keep getting error message as below. Do you have...
February 7, 2005 at 12:36 pm
This is exactly right information that I was looking for.
Thanks Brian.
Kun
January 6, 2005 at 8:02 am
I am sure other folks can answer a lot better.
First, I am not big fan of Visio for dta modeling. Maybe I don't know enough to do all the...
January 6, 2005 at 7:48 am
Thank you so much Bart,.. this does sounds like the solution.
December 8, 2004 at 6:26 am
Anyway, please correct me if I am wrong.
If you need to insert on other database and have sp3a installed, either you have to enable "Allow corss-database ownership chaining" or give...
November 29, 2004 at 2:40 pm
That is very good to know. Do you know if it requires any resource from Source DB?
Thank you in advance,
Kun
November 24, 2004 at 12:35 pm
Nop, not at all. If you want to use name, register the server by using "SQL Server Client Network Utility" and name whatever you want.
Still you should be able...
November 19, 2004 at 12:14 pm
Do you have any dump file? anything on Event Log and SQL Error log?
Also, make sure to have latest service pack for SQL and O/S.
November 17, 2004 at 6:50 am
What Taj suggest is correct. Even though you have enough room to growth, you shouldn't let the SQL server to take care of the growth because it might grow in...
October 20, 2004 at 9:55 am
Where is the system database files?
October 20, 2004 at 9:49 am
Viewing 15 posts - 1 through 15 (of 134 total)