Forum Replies Created

Viewing 15 posts - 11,671 through 11,685 (of 18,923 total)

  • RE: how can i save time ?

    I now understand that you don't have a specific question about a specific query.

    Go in the search section of this site.  Check the articles box and input "performance tuning".

    Read on...

  • RE: creating column name from a variable

    Replace "Sys." to "dbo." if you are using 2000 or older.

     

    IF

    NOT EXISTS (Select

  • RE: time format

    Well it's like asking us if 3<5 = true !

    Depends how much less data is transfered vs how long it takes to create...

  • RE: how can i save time ?

    There's no exemple I can think of that couldn't be read on performance tuning articles.  You'll have to look there or send us the exact query plan.  We can't just...

  • RE: time format

    Then start looking at both edges .

  • RE: how can i save time ?

    We can't provide any help unless you post the execution plan on the site. It's like trying to show you how to go somewhere and you don't tell us...

  • RE: creating column name from a variable

    Looks like or is Jeff ?

  • RE: time format

    Ya I know. But it's always good to see both sides of the coin on this one ... before it goes too far!

  • RE: Which is Better ? Filter Condition in JOIN (or) WHERE Clause ?

    Just have a look at the execution plan.  I'm sure you'll find it to be the same in this case and I would assume 99.999% of the cases.  The remaining...

  • RE: time format

    Why can't you let the application display the data correctly to the users??

     

    The server is there (mainly) as a datastore, not a report viewer!

  • RE: creating column name from a variable

    I'm a little worried here... Why exactly do you need to modify a table at run time without first knowing the column name??

  • RE: New Post

    I know that it happens sometimes when the sessions times out.  But twice in a row is a new one!!

  • RE: using dynamic columns

    if you want to use where AuditCount = ....

     

    No you can't do that.  You have to use a derived table, then you can use the new colum alias.

    However if the...

  • RE: words of a string

    Great, thanx for the help.

  • RE: T-SQL performance tools?

    A good place to start would be to read this topic and all subtopics in the books online :

    execution plans [SQL Server]

     

    Also once you start unsing it just reffer...

Viewing 15 posts - 11,671 through 11,685 (of 18,923 total)