Forum Replies Created

Viewing 15 posts - 2,056 through 2,070 (of 2,268 total)

  • RE: TRY CATCH IN SQL SERVER 05

    Thanks, i havent heard that term before...

    The query works fine for me and inserts two rows into the table.

  • RE: TRY CATCH IN SQL SERVER 05

    By the way i am running it as an anynomas blocks...could dat be a problem?

    Should i use it in a procedure?

    I think anyomous blocks are an ORACLE term, i have...

  • RE: TRY CATCH IN SQL SERVER 05

    you dont have to enable it, TRY should turn blue once you have typed it in SMSS, unless you are using 2k then it won't work...

  • RE: TRY CATCH IN SQL SERVER 05

    it parses fine for me,

    is this the whole query?

  • RE: SQL Job

    Create the procedure that will update the table,

    Under SQL server Agent in Object Explorer, right-click jobs and click new job...

    follow the setup in here,

    You will need to exec your...

  • RE: Convert 3X2 rows,columns to 1X6 row.columns

    You can do this by using the PIVOT function

    Check BOL for syntax.

  • RE: Advanced BI Training UK?

    Kimball University is running this course in October which looks very good. They are considerd the world experts in DW/BI .

    http://www.q4k.com/pages/special.php?id=78

  • RE: The Daily Commute

    Fair enough, The only place I have been to in the US is LA where everyone seemed to drive, though the traffic was so bad they didn't seem...

  • RE: The Daily Commute

    I guess I should let the wife know we still have it better than others when it comes to gas prices. What you paid works out to approx 8.33...

  • RE: Apostrophe Handling in Dynamic sql

    Either replace the (') with doubles ('')

    or use (" ")

    set QUOTED_IDENTIFIER OFF

    select "Reji's"

  • RE: SQL Server XML

    Nice Question !!

  • RE: to create exe for sql

    You can script your tables from SQL management studio, right click on the database and click create to. then run this script on your other database.

    But the point...

  • RE: sql server default username and password

    varsha.sinyal (7/7/2008)


    Hello

    Friends

    new to sqlservercentral

    i want to connect my web application to sql express come with vs 2005 but don't know the user name and password then what is the...

  • RE: dynamic database generation

    sreerekhavs (7/3/2008)


    If someone hack the db realated to a particular survey only that information will lost.It will not affect other surveys information.

    This is not neccesarily true, depending on how...

  • RE: Update

    from BOL the syntax for openXML is

    OPENXML( idoc int [ in] , rowpattern nvarchar [ in ] , [ flags byte [ in ] ] )

    the first value idoc should...

Viewing 15 posts - 2,056 through 2,070 (of 2,268 total)