Forum Replies Created

Viewing 15 posts - 121 through 135 (of 492 total)

  • RE: Upgrade to 2012

    One issue I consider fairly serious is the gaps in the Identity sequences when you restart the SQL Server Service (failovers etc). For a standard identity (1,1) you can get...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: gaps after restarting SQL server 2012

    cciappa (6/29/2012)


    So if I had inserted 85 rows and the last insert populated my identity column with 85, after restart the next insert produces an identity of 10,085. Again,...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: gaps after restarting SQL server 2012

    GilaMonster (6/20/2012)


    jeff.mason (6/20/2012)


    If the value of the PK is vital, and gaps cannot be supported, I'd look at implementing one of 2012's new features -- a SEQUENCE.

    Sequences and...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: gaps after restarting SQL server 2012

    My "on startup" procedure is a viable workaround here is the code as I tested it. Note that you need to enable the "scan for startup procs" configuration which requires...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: gaps after restarting SQL server 2012

    I've done a bit of testing, and it doesn't increase by 1000, it increases to the next value greater than the last identity value using this formula: New Identity =...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Always On HA for a Data Warehouse with Columnstore Indexes

    Thanks, I also got a chance to test it fully this morning, both adding a CS Index and creating an availability group on a database with a CS Index.

    It all...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Upgrade from SQL 2005 to SQL 2012 (with reduction in processor count)

    Is there a particular reason you are going to Per-core licensing? Unless your ability to count devices/clients connecting has changed, or you have crossed the break even barrier on CALs...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Always On HA Build: Drives are lost

    Hi all,

    I retried my cluster build with the data drives on each node having a different drive letter, but once again after configuring the cluster only the C: Drives were...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Do you need two nodes when installing a cluster?

    This may be an issue with SQL Server 2005 as the installer activly runs install scripts on the 2nd node when you install on the first node. So after the...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: SQL Server 2008 SSMS crashing opening DTS package

    Are you trying to RUN the package or OPEN it? You should be opening it with Business Intelegence Development Studio.

    Leo

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Performing a piecemeal restore of a DB with Filestream data?

    jasona.work (4/17/2012)


    I realize we could take Differential backups throughout the week (Tue-Fri,) which would capture only the updated / changed / added Filestream information, but there are office politics reasons...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: SQL Server Agent Job History

    Job history is stored in MSDB, the log you see is simply a view of the underlying tables. Restore MSDB under a different name from a backup covering the required...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Changing Physical IP Addresses - SQL Server 2005 Cluster

    Changing the SQL Virtual IP address is actually relatively easy, but does require down time. See this KB http://support.microsoft.com/kb/244980

    I can't see any reason why the application should require you to...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Cannot access tempdb properties

    Rhosenfeld (4/4/2012)


    this server and db are experiencing timeouts for inserts and updates.

    I'd investigate the timeouts first as I suspect the TempDB issue is a symptom of...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Cannot access tempdb properties

    This is not a lot of information to go on. How are you trying to see the database properties and what properties are you looking at? e.g. File size? Also...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

Viewing 15 posts - 121 through 135 (of 492 total)