Viewing 15 posts - 1 through 15 (of 41 total)
If the table is duly ever updated I would suggest removing the identity and adding a trigger to assign the pk for inserts. Easy fix but not recommended on tables...
May 23, 2011 at 3:41 pm
Hey, I was just providing an example of the code you could use to select this information, as in teach a man to fish......refining the logic should be up to...
May 11, 2011 at 2:58 am
I am assuming that you are recording the data for each absent day. If this is the case you just need to select the data for the student absent...
May 9, 2011 at 9:06 pm
One other thing you can do is check windows event log and see if there are any disk errors reported.
May 9, 2011 at 8:53 pm
Easiest way would be to do a dirty read, if you are not concerned about selecting uncommited data. But you will still need to resolve the underlying issue, which...
May 9, 2011 at 8:50 pm
Hi Mike, first of all I have never been a fan of the upgrade, always selected a side-by-side, I find it causes less hassle, having said that this is what...
April 19, 2011 at 12:00 am
Are you running IIS on the same box as SQL, if so, perhaps you could move it to another VM. A good Idea to isolate things. Also, if...
September 9, 2010 at 2:35 pm
SQL 2008R2 should install .NET3.5 if it is not present, as it is mandatory, so very odd that it is not appearing in your control panel, have a look in...
September 9, 2010 at 2:32 pm
Not yet for R2, but SP2 is available for 2008
September 9, 2010 at 2:24 pm
Windows 2008 clustering is TOTALY different to Windows 2003. Remember it's Windows clustering not SQL clustering. If I were you try to migrate from your Windows 2003 cluster.
September 2, 2010 at 5:38 pm
I would capture the code being executed through profiler and try to determine if it is a permissions issue.
September 2, 2010 at 5:28 pm
From everyhting I have ever been told, denys always superceed grants
September 2, 2010 at 5:26 pm
Interesting one. You said that you migrated from 2005, is the user database in 2008 compatability mode?
September 2, 2010 at 5:24 pm
If you are talking about the database level, well that is up to yourself, but generally all job failures, and database status should be monitored. I would also alert...
July 5, 2010 at 5:54 pm
That is a nasty one. If I were you I would stop the sql instance and move or rename the data and log files and start SQL again and...
July 5, 2010 at 5:41 pm
Viewing 15 posts - 1 through 15 (of 41 total)