Viewing 15 posts - 211 through 225 (of 259 total)
i am new to sql..........first time i am using extended sp.............
thanks.............
August 13, 2009 at 12:26 pm
EXEC xp_cmdshell 'copy c:\folder1\file1
\\server2\folder2\file1, NO_OUTPUT';
correct?
August 13, 2009 at 12:07 pm
master..xp_cmdshell 'copy C:\folder1 \\ + @Server1 '
is it correct?
August 13, 2009 at 12:00 pm
in server1 , file is C:\folder1
i want to copy that file in server2 , file is D:\folder2
pls give the complete command.
August 13, 2009 at 11:40 am
i want to copy through xp_cmdshell ?
what is the command.............
August 13, 2009 at 11:27 am
got it.........
select * from sys.tables
thanks....................
August 12, 2009 at 3:50 pm
got it.........
select * from sys.tables
thanks.......................
August 12, 2009 at 3:49 pm
what is select statement for retreiving the list of table in a database.
August 12, 2009 at 3:46 pm
What I want is if I create a sqlserver login with a password in sqlserver authentication.
That information stored in master database.
where that informantion stored in the master databse?
August 10, 2009 at 8:36 am
Viewing 15 posts - 211 through 225 (of 259 total)