All Tags »
SQL Server 2005 »
Inane Waffle
Sorry, but there are no more tags available to filter with.
-
It appears as though Microsoft have replaced their MSDN Feedback Center with a new site called Microsoft Connect. Everything that I ever submitted to the MSDN Feedback Center has been migrated across which is very good news.
Read an intro about Microsoft Connect here.
I am hoping that this signals a new direction in Microsoft''s commitment ...
-
Here's something I picked up from Bob Beachemin's pre-conf today that I never knew about. You can capture the data that is inserted/updated into a table using the INSERTED table that often gets used in triggers.
Why is this useful? One reason...identity columns! You can use this thing to capture the values that are created in an Identity column. ...
-
A short one this.
I've just been attempting to install SQL Server September CTP. I uninstalled the previous version and also the the previous version of Visual Studio.
When I tried re-installing Visual Studio I got a message saying that Microsoft Device Eulator was still installed. Looked in Add/Remove Programs and sure enough, ...