Viewing 15 posts - 31 through 45 (of 53 total)
Thanks for your response Siva.
Sorry for asking such a silly questions but I am completely new to Clustering.
Could you please explain me in little detail how do we Connect...
June 21, 2006 at 8:00 am
Thanks a lot for response Jpotucek.
I need to know how do we reboot the node in cluster enviroment.Like from command propmt I can use following command
SHUTDOWN \\nodename \r
but how...
June 20, 2006 at 9:11 am
Please somebody help me with this.
Thanks,
SR
June 20, 2006 at 7:00 am
Hi Rob,
I am not much familiar with VB script.So I am not sure about using this in VB.But you can use OSQL command to run the job from batch as...
June 19, 2006 at 7:34 pm
May be you can script following stored procedure in batch file to run sql agent job.
USE msdb
EXEC sp_start_job @job_name = 'your sql agent job name'
Thanks,
SR
June 19, 2006 at 9:14 am
I think there shouln't be any comma between source and destination path.It should be something like this.
Set @SQLCMD = 'move \\.3\c$\ClientExports\Export.txt \\.10\d$\Test'
Thanks,
SR
June 19, 2006 at 8:55 am
If you see no information about isolation level when you execute DBCC USEROPTION that shows isolation level is default that is read commited.
Thanks,
SR
June 15, 2006 at 11:54 am
You can use set rowcount to delete duplicates for example to delete first record in you case
set rowcount 1
delete from tmPunchtimeSummary where sEmployeeId='1234'.
This will delete only one record.
Thanks,
SR
June 14, 2006 at 11:30 am
I donno if this is what you are looking for.
ALTER TABLE Table_name ADD RouteID INT IDENTITY.
Thanks,
SR
June 9, 2006 at 6:59 am
Try following query:
sp_MSforeachdb " select '?' as dbname,name from ?.dbo.sysobjects where xtype='U' and name='Table_name' "
Thanks,
SR
June 2, 2006 at 7:55 am
Try the following script.
sp_msforeachdb 'use ? execute sp_spaceused'
Thanks,
SR
May 26, 2006 at 11:01 am
Thanks a lot for your reply.I will really appreciate if you can explain me in little detail or guide me to the proper article about how primary keys and identity...
May 10, 2006 at 9:58 am
Thanks for your response david.
I typed capital but that doen't make any difference.
getting same error.
Thanks,
Sree
August 14, 2005 at 5:41 pm
Thanks for your help Dylan.
Thanks,
Sree
July 21, 2005 at 10:45 am
Hi,
Remi thanks for responding.
According to scenario I can't delete all the tables.
Thanks,
Sree
June 22, 2005 at 2:36 pm
Viewing 15 posts - 31 through 45 (of 53 total)