Viewing 8 posts - 16 through 23 (of 23 total)
create table #foo (I int,n varchar(200),o varchar(200),p varchar(200))
insert into #foo
SELECT 1, 'JAMES', NULL, NULL UNION
SELECT 2, NULL, 'CA', NULL UNION
SELECT 3, NULL, NULL, 'abc@hotmail.com' UNION
SELECT 4, 'CAMERON', NULL, NULL UNION
SELECT...
January 20, 2011 at 4:54 pm
I guess when updating the statistics the statistics will be updated based on the column not on the object.. Im I right Lowell
December 16, 2010 at 3:31 pm
In SSMS, Connect to Server pane I'm giving the details as 192.X.X.X,PortNumber this is what Exactly I'm giving in the Server name with Windows authentication. For Default instance when I...
October 14, 2010 at 9:07 pm
I'm using SQL Server 2008 server and coming to finding out the port number I'm using SQL Server Configuration Manager.
For default instance when I try to connect using I/p...
October 14, 2010 at 1:40 pm
Yes, my mdf(datafile) is in one drive and ldf file is another drive.
Coming to the full backups they are taken for every 12 hrs and transaction log backup is...
April 13, 2010 at 8:35 pm
Appreciate you all for your response ..
but can any one tell me how to overwrite a already created database with a backup file.
Thanks & Regards,
Ravi Shankar
February 26, 2010 at 8:58 am
Viewing 8 posts - 16 through 23 (of 23 total)