Forum Replies Created

Viewing 15 posts - 1,351 through 1,365 (of 2,010 total)

  • RE: urgent help needed

    Any chance you are not in the fixed sysadmin server role?

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Take a look, and give me any Tip or best practice to make this run faster

    Just outta curiosity... How long does it take to go 1 iteration through your cursor? It may only take 3 seconds for 1 time, but if you have...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Back to the drawing board.....Importing Excel data into SQL table

    does anyone else in your organization have the ability to open the SAC utility?

    what type of access do you have to the server?

    can you see the services and tell which...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Record Count using TOP across multiple tables

    If you just want the number of open projects for a specific clientID why not use somethign like the follwoing.

    SELECT Count(*), ClientID

    FROM ProjectStatusHistory

    WHERE ClientID = @ClientID

    ...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: urgent help needed

    Please do not cross post.

    This has already been posted here...

    http://www.sqlservercentral.com/Forums/Topic581994-24-1.aspx

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Back to the drawing board.....Importing Excel data into SQL table

    The easiest way would probably be to use SSIS. You can check the Books online information for some Simple how to's with SSIS. Alternately, you could use BCP.

    You...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Shrink server

    yulichka (10/7/2008)


    We don't have off hours. Our server for the web and we have to operate all the time. So, I am trying to see my options. What else can...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: urgent help needed

    make sure you're in the appropriate database context.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: error while registering a dll file

    Have a look at this and see if it doesn't help you.

    Google is your friend...

    http://social.msdn.microsoft.com/Forums/en-US/vbinterop/thread/a8930f04-9f7e-4023-ae25-57a16ec23d9e/

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Performing a query on multiple values

    You could import them into a temporary table in your database server and then depending on how you decide, if you want to see duplicates or ones without duplicates, you...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: indexes ?

    The easy answer is It Depends. Read the Books online sections on each of these. That will help give you a good understanding of what each one does....

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: indexes ?

    This is a cross post from this question http://www.sqlservercentral.com/Forums/Topic581916-65-1.aspx.

    Please do not post the same question in multiple forums.

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: columns as parameters in Reporting Services

    Multi select is a whole different animal all together. For that you'd probably need to pass the values into a stored procedure, parse them out and put it together...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: error while registering a dll file

    Check out http://support.microsoft.com/kb/249873. It deals with Vista, but the error message is the same. Basically that the dll doesn't exist...

    Dllname was loaded, but the DllRegisterServer or DllUnregisterServer entry point...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

  • RE: Securing SQL at my New Job

    homebrew01 (10/7/2008)


    I completely agree with splitting prod from dev/test. We're building out a new data center soon, and probably going to use VM for the servers. The 2 prod...

    To help us help you read this[/url]For better help with performance problems please read this[/url]

Viewing 15 posts - 1,351 through 1,365 (of 2,010 total)