Viewing 15 posts - 61 through 75 (of 108 total)
You can use Import Export wizard, where you can specify the source database & table and Destination database and table( or create the new table in destination database )
July 15, 2008 at 11:22 pm
It true that when we define the primary key by default it create the clustered index, but its not true you can define it as non clustred index also.
Primary...
July 15, 2008 at 11:20 pm
Check whether db2 is mapped with user or not?
July 15, 2008 at 11:05 pm
Hi,
Check whether u have set the configuration to start the sql server manually / automatic.
Regards,
Abhijit More( MCP )
July 15, 2008 at 10:45 pm
How could we recover the database if my transaction log gets corrupted / anything will happ.
Suppose I have FullBackup say, Full1.bak
after this i have taken the differential backup say,...
July 15, 2008 at 10:42 pm
SELECT object_name(id), text FROM sysComments where text like '%CREATE VIEW%'
you will get the definition from text copy it to Query analyzer, update the view definition as per your requirements.
-Abhijit(MCP)
June 29, 2008 at 11:09 pm
You can do one this modify the view using definition and recreate the view.
June 27, 2008 at 7:38 am
thanks it worked, i used....
SELECTCAST( DecryptByCert( Cert_ID('DBCert'), Status ) AS VARCHAR(50) )
FROMdbo.Status
June 27, 2008 at 2:47 am
You are suppose to post the forum for SQL Server 2005 in this section
June 26, 2008 at 7:52 am
We get the details using xp_logininfo, sp_who2.. i think i need to explain you the scenario a little bit more...
Okay.. I have Server say 100.100.100.2
Different developers are accessing the server....
June 26, 2008 at 7:48 am
Thats true i want to know the Windows NT Users (log on name) whoare connected to SQL server we got the machine name from HOST_NAME() functions, but I wan the...
June 26, 2008 at 7:03 am
Hi !
You can also use apex SQL trial verison for comparing schema of objects betwn 2 DBs.
December 2, 2007 at 10:36 pm
Hi !
Increase the lenght of your column.
December 2, 2007 at 10:33 pm
Gail I didn't get you, can u tell me then why there is no diff in Execution plan.
November 26, 2007 at 10:57 pm
Viewing 15 posts - 61 through 75 (of 108 total)