Viewing 15 posts - 1,936 through 1,950 (of 2,387 total)
quote:
am stuck because I cannotrecreate the PK or any indexes.
Do you get any...
April 24, 2003 at 1:03 pm
You can't capture the output into variables because the xp return a rowset but you can place the result of xp to a table.
April 24, 2003 at 12:58 pm
quote:
I got the following error while trying to reattach it:
It seems to me your...
April 24, 2003 at 12:51 pm
Did you ever have 'guest' user in database 'BBB' before?
Edited by - Allen_Cui on 04/24/2003 09:13:04 AM
April 24, 2003 at 9:11 am
Have you recently applied SQL Server SP3 with 'allow cross-database ownship chaining' enabled?
April 24, 2003 at 7:57 am
The share doesn't necessary to be in your production server. It can in be your standby server too or even in third server as long as the SQL Server service...
April 24, 2003 at 7:54 am
Copy that text file to the c:\ of your SQL Server machine.
April 23, 2003 at 6:44 pm
Just share the log sub-folder and grant vendor with read-only permission at NT file level and let them open your log files with NotePad. Your NT administrator sure knows how...
April 23, 2003 at 6:36 pm
You can call stored procedure either using pass-through query or programming modules that is almost same as visual basic programming.
April 23, 2003 at 6:27 pm
You are right on SQL Server 7.0 but I did get same error message as you got in 2000. It seems Microsoft made changes in 2000.
Microsoft (R) SQLMaint Utility (Unicode),...
April 23, 2003 at 1:33 pm
Did you say you can do it in SQL Server 7.0? In order to fix the database problem with 'repair' options either by dbcc checkdb or maintenance plan, the database...
April 23, 2003 at 12:40 pm
Do you have to use maintenance plan to fix database minor problem? You can run dbcc checkdb with repair options and schedule a job to run it.
April 23, 2003 at 11:46 am
In that case, you may take look your RAID 5 configuration in new server. Can you post more information about new server hardware, paging file and how do you...
April 23, 2003 at 11:36 am
I don't have test box here but different sort order / code page are definitely the place you have to look into and ensure the server you built has same...
April 23, 2003 at 9:29 am
Change the value to 2 in following key.
HKEY_LOCAL_MACHINE\SOFTWARE\MSSQLSERVER\MSSQLSERVER\LOGINMODE
April 23, 2003 at 9:24 am
Viewing 15 posts - 1,936 through 1,950 (of 2,387 total)