Forum Replies Created

Viewing 15 posts - 2,236 through 2,250 (of 5,502 total)

  • RE: change the following query to storedprocedure

    The question is in the title:

    change the following query to storedprocedure

    how to change my query to SP

  • RE: change the following query to storedprocedure

    Something like

    CREATE PROCEDURE NameHere AS

    SELECT...

  • RE: Problem with top record

    hoanglong88i (1/3/2011)


    First, I wish Lutz, Harin and other members a new year full of health and joy 🙂

    Thank Lutz again, with your solution, now I know how to reference to...

  • RE: How to write query with object names which has space and "/"?

    Edit: original statement partially removed.

    However, if the view is defined at SQL Server side, it should work. At least the following code does:

    USE tempdb

    GO

    CREATE TABLE [a/totally silly / TABLE...

  • RE: Clouds Are In our Future

    Andy Warren (1/3/2011)


    Lutz, totally agree that security is a concern, especially if the physical implementation of the cloud is in a different country. Not arguing that it fits all cases,...

  • RE: Indexes for Booking Search

    GilaMonster (1/3/2011)


    LutzM (1/1/2011)


    You might want to read this article to verify your data types are as efficient as possible.

    Which article? 😉

    Ouch. :blush: Link added. Thanx Gail. (It's the Disk Is...

  • RE: Clouds Are In our Future

    There is one additional major concern to bring up (and it has been done frequently already in other articles/threads): data security.

    Currently, most companies have a strict regulation who has direct...

  • RE: Cursor Tracking

    duplicate post. Please reply here

    @sqlpassion: please don't start a new thread with the same content shortly after the initial just because you didn't get any immediate reply.

    There are several possibile...

  • RE: Creating a Group on Data

    martin.edward (1/2/2011)


    Hey,

    How can I provide the table creation and sample data scripts ?

    Regards,

    Just have a look at my previous post... 😉

  • RE: sql quotes help

    "does not work" is a rather vague statement. Can you post the code you're using and the related error message ?

  • RE: Creating a Group on Data

    Here's the solution I came up with.

    I'm using the "quirky update" method with safety check as described here. Please follow the link mentioned in that post and read the related...

  • RE: Are the posted questions getting worse?

    Barry,

    a very Happy and Healthy New Year!!

  • RE: Simple Query

    JD,

    With reference to your other recent thread you really seem to love the DISTINCT key word, do you? 😉

    Due to the names used in that sproc let me ask: is...

  • RE: sql quotes help

    A question regarding the logic rather than syntax: what do you want to do with it?

    sp_helpdb together with sys.tables doesn't seem to make much sense though...

  • RE: sql quotes help

    SELECT 'sp_helpdb ''' + name + '''' FROM sys.tables

    Please also note the added space after sp_helpdb.

Viewing 15 posts - 2,236 through 2,250 (of 5,502 total)