Forum Replies Created

Viewing 15 posts - 3,706 through 3,720 (of 7,503 total)

  • RE: Max size of varchar column

    kiran.chintala14 (5/20/2009)


    I have a column of varchar(5000) in sqlserver but when i send the data of size more than 4000 characters as parameter to a procedure it is throwing...

  • RE: What solution for 30 million users

    TheSQLGuru (5/19/2009)


    As an independent consultant (and knowing that you are newly so), let me paraphrase Robert Duvall in "Apocalypse Now": I love the smell of a train wreck in...

  • RE: using storage arrays

    ???????? :ermm:

    You can add files of multiple disks to a filegroup, so disk size shouldn't be a problem.

    Data will be spread over all files of the same filegroup (needs (clustering)...

  • RE: using storage arrays

    I've seen udb sticks being used as sqlserver disk system for demonstartion purposes.

    You know: a usb hub with 4 usb sticks on it, just to demonstarte hardware failure (pull out...

  • RE: SQL Monitoring Tool needed ASAP

    Post the procs DDL if your dev cannot find an optimal solution 😉

    You'll have a good chance people over here will !

  • RE: Decrypt issue

    psangeetha (5/14/2009)


    I've the same issue still going on.. At this stage, we just want to provide our clients with what they will need to do when the master key gets...

  • RE: using storage arrays

    doug turner (5/14/2009)


    I can see the mapped drive in Windows, but I'm not sure how to get SQL Server to see it. The link you sent is a big...

  • RE: SQL Monitoring Tool needed ASAP

    so .... after migration/implement of a new version of your dbs, things started going the wrong way.

    Did you rebuild your databases indexes after the big maintenance ?

    How are your current...

  • RE: SQL Monitoring Tool needed ASAP

    colin Leversuch-Roberts (5/14/2009)


    ...

    I thought he was beyond that point.

    Off course that is the way to start any investigation !

    HDMan,

    Keep in mind your largest consumer may actually have a small avg...

  • RE: What solution for 30 million users

    and if you actually need speed....

    - 64-bit

    - CPU

    - RAM

    - SSD disk sistem (e.g. ramsan )

    Start with asking a huge budget ( blanc cheque if you can :hehe: )

  • RE: deleting old partitions

    Check out topic "Readme_SlidingWindow" in BOL !

    With partitioning, preparation is crucial !!

  • RE: SQL Monitoring Tool needed ASAP

    The one you already have is SQL Server Profiler ! ("C:\Program Files\Microsoft SQL Server\90\Tools\Binn\PROFILER90.EXE")

    Start a trace and analyse it.

    3th party tools:

    - Quest software : Spotlight for SQL Server

    - Idera :...

  • RE: Decrypt issue

    As Steve said : the password doen't need to be the same;

    The backup password is used to encrypt the backup itself. Nothing else.

  • RE: Server becomes very slow [RESOURCE_SEMAPHORE] waittype.

    If your business applications connect providing all possible connection info (application name, workstation id,...) ....

    those non-business application connections can easily be rejected using a login trigger and only allow...

Viewing 15 posts - 3,706 through 3,720 (of 7,503 total)