Forum Replies Created

Viewing 15 posts - 271 through 285 (of 2,647 total)

  • RE: DTA Issues

    I don't really use DTA, so I cannot comment on that. However, I can tell you that this blog post by Gail Shaw may help you to increase performance...

  • RE: BulkImport Problem

    1. Your format file specifies #bytes, not characters. Since it is nvarchar, you need to double them in your format file.

    2. Your row terminator is not "\r", it is...

  • RE: varbinary(max)

    Rainmaker097 (8/20/2012)


    I see what you mean thanks. These are config info for several applications and you are right, they don't have to displayed.

    But is there any way I can display...

  • RE: Deleting big data in full recovery mode

    If you are purging more data than you are keeping, and you have a maintenance window... You can move the data that you want to keep to a new table,...

  • RE: varbinary(max)

    Rainmaker097 (8/20/2012)


    Hi,

    if it is only going to display 8000 chars, what is the point of using a column that can have more than 8000 chars?

    Am I "select"ing it wrong?

    RM

    Are you...

  • RE: Log shipping throw errors

    Perry Whittle (8/15/2012)


    Manie Verster (8/15/2012)


    Yes! I know but how and to what? I don't have a cooking clue. Can you help maybe, Perry?

    as Anthony said above really.

    You could also use...

  • RE: rename backup file

    sqlfriends (8/20/2012)


    Did you try to restore it? That will give you your answer... HINT: Can you restore a backup from 1 instance to a different one even though the backupset...

  • RE: rename backup file

    sqlfriends (8/20/2012)


    Is it a good practice not to rename existing backup file?

    for example I did a full backup of database, later I found out I need to more explicitly name...

  • RE: Upgrade from SQL 2005 to SQL 2008

    Nita Reddy (8/20/2012)


    I want to upgrade SQL 2005 to SQL 2008 on same server.

    Server Name is HYP_Medical.

    I installed SQL 2005 using Default Instance name called HYP_Medical 1 year back now...

  • RE: CREATE VIEW permissions

    Lowell (8/20/2012)


    robert.gerald.taylor (8/20/2012)


    I've got a schema (Reporting) that I want to grant CREATE, ALTER & DELETE permissions to a group; the T-SQL statements I did are:

    GRANT ALTER ON SCHEMA::Reporting TO...

  • RE: Strange Management Studio 2008 R2 (10.50.1600 and 10.50.1617) behaviour

    SqlServerTroubleMaker (8/19/2012)


    Using management studio (10.50.1600 or 10.50.1617.0)

    Connecting to named sql server instance (lets call it [DEV-SQL\SqlKing]) version 10.0.4279

    --> Cumulative update package 3 (CU3) for SQL Server 2008 Service Pack 2

    New...

  • RE: Go from SQL 2008 R2 standard edition to Developer?

    Welsh Corgi (8/20/2012)


    SQLKnowItAll (8/20/2012)


    Welsh Corgi (8/19/2012)


    I have a DEV/QA Server with SQL Server 2008 R2 x64 Standard Edition.

    I recently upgraded the Production Server from Standard to Enterprise.

    When the paperwork was...

  • RE: Go from SQL 2008 R2 standard edition to Developer?

    Welsh Corgi (8/19/2012)


    I have a DEV/QA Server with SQL Server 2008 R2 x64 Standard Edition.

    I recently upgraded the Production Server from Standard to Enterprise.

    When the paperwork was submitted I questioned...

  • RE: Finding Out If a Table is Being Used by a Report

    If you don't have the Catalog table in your ReportServer database, something is wrong... Are you sure you are running this on the right server?

  • RE: Insert Into Using OpenQuery Causes Massive Fragmentation

    guerillaunit (8/16/2012)


    Hi Kevin,

    Is there a reason why you would need to drop the nonclustered indexes after truncating a table and before inserting new data to prevent fragmentation? I am...

Viewing 15 posts - 271 through 285 (of 2,647 total)