Viewing 3 posts - 1 through 3 (of 3 total)
Hi Sugesh
Many users may connect to the Sql Server, But i want to trace only these two : SUPERVISOR_SQL and GUEST
January 30, 2007 at 10:15 pm
#686721
Hi Peter
WHEN I TRIED TO RUN THE FOLLOWING QUERY
INSERT INTO OPENROWSET('Microsoft.Jet.OLEDB.4.0', 'Excel 8.0;Database=C:\Test.xls', 'SELECT * FROM [sales]')
SELECT * FROM TOT_SYS_FORMS
I AM GETTING THIS ERROR
Server: Msg 7399, Level...
September 28, 2006 at 12:55 am
#662915
This is not a Bug...if you are using 2 field names without comma (,) sql server assumes that second field is the ALIAS name of the first field
September 24, 2006 at 1:53 am
#662103