Viewing 15 posts - 106 through 120 (of 130 total)
hi,
thanks for ur answer, but
INSERT INTO OPENROWSET('Microsoft.Jet.OLEDB.4.0',
'Excel 8.0;Database=C:\testing.xls;HDR=No;',
'SELECT * FROM [Sheet1$]')
SELECT * FROM msdb.dbo.sysjobs
it is giving the error like
Insert Error: Column name or number of supplied values does not...
May 4, 2009 at 9:27 pm
Thanks for your great help its really helpful for me.
RESTORE DATABASE devlop
FROM DISK = 'C:\devlop\DatabaseOldBackup\devlop041202'
WITH move 'devlop_Data' to 'C:\RESTORETEST\devlop.mdf'
, MOVE 'devlop_Log' TO 'C:\RESTORETEST\devlop_log.LDF'
, MOVE 'devlop_log2' TO 'C:\RESTORETEST\devlop_log.LDF'
, MOVE...
May 2, 2009 at 3:15 am
hi to all,
how vbscript is useful for sqlserver. please provider some information.
April 30, 2009 at 5:05 am
how can i create a batch file to execute bunch of sql files, that accept inputs servername,database name.
please help me out.
April 23, 2009 at 3:58 am
hi,
try using output variable in usp_temp111
then use a variable in the below query(entered by you), store that output in that variable and update.
April 21, 2009 at 10:25 pm
HI,
try using the linked server. u can get the result.
April 21, 2009 at 12:16 am
hi,
the problem was solved. i just restarted the sqlserver. before restart i have checked the configuration section ad hoc query option is enabled(but still it is giving...
April 18, 2009 at 3:14 am
Is sqlserver sql is ansi standard or ascii standard
April 14, 2009 at 9:48 pm
thanks chirag,
ur post is useful to me. is there any way to add folders for sps,functions,triggers..etc.,
thanks.
April 9, 2009 at 9:40 pm
hi all,
i need to integrate the SSMS With VSS Please provide usefull information.
thanks.
April 8, 2009 at 9:21 pm
hi,
thanks for ur reply,
is it possible to call multiple script files using sqlcmd dynamically?
thanks.
April 8, 2009 at 5:13 am
HI,
I've configured log shipping. but restoration of log giving error.
Message:
Executed as user: INSTANCE\SYSTEM. The step failed.
April 7, 2009 at 10:48 pm
Viewing 15 posts - 106 through 120 (of 130 total)