Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: SQL SERVER LOGIN ACTIVITY TRACING

    Hi Sugesh

    Many users may connect to the Sql Server, But i want to trace only these two : SUPERVISOR_SQL and GUEST

  • RE: Saving SELECT Results to a CSV file

    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...

  • RE: Interesting BUG !!

    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

Viewing 3 posts - 1 through 3 (of 3 total)