Viewing 15 posts - 121 through 135 (of 492 total)
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.
July 15, 2012 at 6:10 pm
cciappa (6/29/2012)
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
July 2, 2012 at 2:43 pm
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.
June 20, 2012 at 4:38 pm
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.
June 20, 2012 at 4:26 pm
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.
June 20, 2012 at 3:19 pm
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.
June 19, 2012 at 1:15 pm
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.
June 12, 2012 at 3:34 pm
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.
June 12, 2012 at 3:17 pm
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.
June 5, 2012 at 2:53 pm
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.
May 15, 2012 at 9:29 pm
jasona.work (4/17/2012)
Leo
Nothing in life is ever so complicated that with a little work it can't be made more complicated.
April 17, 2012 at 5:07 pm
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.
April 17, 2012 at 4:38 pm
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.
April 16, 2012 at 6:48 pm
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.
April 9, 2012 at 6:11 pm
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.
April 4, 2012 at 7:44 pm
Viewing 15 posts - 121 through 135 (of 492 total)