Viewing 15 posts - 121 through 135 (of 489 total)
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...
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 =...
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...
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...
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...
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...
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
May 15, 2012 at 9:29 pm
jasona.work (4/17/2012)
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...
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...
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...
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...
April 4, 2012 at 7:44 pm
If you run a trace on this query you will see that for every pair in the join it is calling the function. On top of that you are doing...
April 2, 2012 at 2:34 pm
Sorry I have to say the whole DMZ thing is really out of my area. I know you need to open a hole in the firewall, but I leaveit to...
March 30, 2012 at 12:10 am
Is the WEB app in a DMZ? You will need to open ports in the firewall and probably NAT them to connect to the SQL Server. A good sys admin...
March 29, 2012 at 6:26 pm
Viewing 15 posts - 121 through 135 (of 489 total)