Viewing 15 posts - 181 through 195 (of 349 total)
Hello Harris,
On which version you are trying to restore the backup?
SQL2000:
Go to SQL Enterprise Manager -> Your new SQL Server -> Databases -> Right Mouse Click -> Restore
General Tab ->...
September 1, 2006 at 7:24 am
Hello Bill,
You can do one thing. As you said that you could attach them to one of your local 2000 instance, try to make a full backup of the databases...
August 30, 2006 at 8:59 am
Hello Ahmed,
You can build a dynamic sql statement for the exclusive drop statement and execute the same.
Hope this helps you.
August 24, 2006 at 12:28 pm
Hello,
You can use Replace function to update the domain name in your email address:
update <tablename>
set <columnname> = replace(columnname, 'abc', 'acb')
Note: it will replace for all the data rows in your table.
August 23, 2006 at 9:30 am
Hello,
It is better if you can script your user-defined functions and run the same on SQL 2005 box.
August 22, 2006 at 7:05 am
Hi Richard,
Do you mean views???
if so
CREATE VIEW [< owner > . ] view_name [ ( column [ ,...n ] ) ]
[ WITH < view_attribute > [ ,...n ] ]...
August 18, 2006 at 2:15 pm
Hello Bill,
You can set the default value to the required like this
Alter Table <your table name>
alter column <column name> set default <your value>
Hope this helps.
Thanks
August 10, 2006 at 10:03 am
Hello Chris,
Can you run svrnetcn.exe from the command prompt to check whether the default port for TCP/IP is 1433?
You can download a tool from Microsoft to scan your SQL instance
August 8, 2006 at 11:43 am
Hello David,
You can have a look at SQL Diagnostic Manager from Idera.
August 3, 2006 at 2:29 pm
Take a look at View menu (Management Studio) in that u can find Ctrl+Alt+G short cut for registering the servers in group.
August 3, 2006 at 11:33 am
Hello Ken,
You need to physically remove the foreign key constraint before heading to truncate the table. after truncation you need to re-create the constraint.
August 2, 2006 at 10:03 am
Hello,
In the query, you are not using the column "logical_name" but in the order by clause you have mentioned the same.
Remove the same and the query works fine.
Thanks
July 25, 2006 at 1:32 pm
Hi Nick,
If you mean that the user needs to select / modify data then you can go ahead with "db_datareader" and "db_datawriter".
Thanks
July 24, 2006 at 9:19 am
Hello Martin,
You can go ahead with WinZip Command Line Support Add-On.
Thanks and have a good day!!!
July 6, 2006 at 8:01 am
Viewing 15 posts - 181 through 195 (of 349 total)