Forum Replies Created

Viewing 15 posts - 1 through 15 (of 38 total)

  • RE: SQL Server 2008 Build List

    Hi,

    The sp2 for sqlserver 2008 RTM (IA64\x64\x86) was released on 9/29/2010.

    Version no will be 10.0.4000

    http://www.microsoft.com/downloads/en/details.aspx?FamilyID=8fbfc1de-d25e-4790-88b5-7dda1f1d4e17

    Cheers!

    Razi, M.
    http://questivity.com/it-training.html

  • RE: Rowcount

    Hi,

    I ran this code in already opened SSMS windows and got 0,1 which is a wrong answer but later on I got 1,1...

    Can't seem to understand why I got...

    Razi, M.
    http://questivity.com/it-training.html

  • RE: two DDL statements and SELECT in single batch

    Thank you very much:) I tried earlier in dynamic sql but the only mistake I made was that I didn't execute my select statment i.e the second stmt after ALTER...

    Razi, M.
    http://questivity.com/it-training.html

  • RE: Maximum instances supported by SQL Server 2008

    hi,

    I agree with the 50 instances for Enterprise and 16 for standard based on the following link that I read on MSDN>

    http://msdn.microsoft.com/en-us/library/cc645993.aspx

    Can somebody tell me the difference...

    Razi, M.
    http://questivity.com/it-training.html

  • RE: Slow performing Query

    I used your suggested way but it still took 20 minutes on a server with minimal activity. It completed in 10 seconds when I used #temptable which was created based...

    Razi, M.
    http://questivity.com/it-training.html

  • RE: Slow performing Query

    I used your suggested way but it still took 20 minutes on a server with minimal activity. It completed in 10 seconds when I do it with #temptable

    Razi, M.
    http://questivity.com/it-training.html

  • RE: Slow performing Query

    The execution plan is pasted below. I tried formatting it to be more presentable but the editor did not allow. So I have attached the showplan_text file.

    The table with...

    Razi, M.
    http://questivity.com/it-training.html

  • RE: Is a Temporary Table Really Necessary?

    Hi Randy,

    Thanks for the article. We also had similar issues joining two three tables with over 200 Million rows with WHERE condition, the O/P was dying if we used...

    Razi, M.
    http://questivity.com/it-training.html

  • RE: Regular Expression or RegEx in SQL Server 2005

    Hi Jack,

    Thanks for the reply. Do you have any sample code or step by step procedures for this?

    Regards,

    Razi

    http://www.questivity.com

    Razi, M.
    http://questivity.com/it-training.html

  • RE: Registering servers in MS SSQL 2005

    What I have noticed is that even though the browser service is turned off we can still see the green on the registered servers but only if the version is...

    Razi, M.
    http://questivity.com/it-training.html

  • RE: Registering servers in MS SSQL 2005

    Hi,

    I think I have seen similar issues if you register SQL Server 2000 server on SSMS(2005).

    Try to use Network Protocol in the connection properties of Server Registration properties....

    Razi, M.
    http://questivity.com/it-training.html

  • RE: field with multiple values

    Hi There,

    If you have for example this value in your row 1,2,3,4,5 or 'Ab','cd','efg' I suppose the column will be a varchar or char in this case...

    Razi, M.
    http://questivity.com/it-training.html

  • RE: Error: 8645, Severity: 17, State: 1

    Hi,

    Thanks for the reply, I checked the link and it is for SQL server 7 which im not sure will hold good for 2005.

    I noticed onething on the...

    Razi, M.
    http://questivity.com/it-training.html

  • RE: Server Max Memory Setting

    Hi,

    FYI, The statement Reconfig with over_ride for Max Memory setting doesn't require a restart.

    Razi, M.
    http://questivity.com/it-training.html

  • RE: Transaction Log a part of Full backup????

    Thanks- I didnt get you. I know that when you fire a full backup the active portion of the log is also backed up. But my question was is the...

    Razi, M.
    http://questivity.com/it-training.html

Viewing 15 posts - 1 through 15 (of 38 total)