Viewing 15 posts - 2,056 through 2,070 (of 3,616 total)
I've just been listening to BBC Radio 4 and there is a case where someone has been prosecuted for having an Al Queda training manual. It is illegal in...
August 1, 2008 at 1:14 pm
For me I want to see some good SERVICE BROKER examples. Some good monitoring tools for service broker would be appreciated.
Please M$ smarten up the error messages in SQL....
July 15, 2008 at 12:13 pm
Moore's law came from Intel and its rare to see a server struggling with cpu compared to the number that struggle with disk these days- unless of course the clr...
June 29, 2008 at 11:09 am
There is an argument that the cost of tuning something to the n'th degree is excessive considering the fact that computing power doubles every 18 months.
I've never been a good...
June 26, 2008 at 1:25 pm
It is not a good idea to have objects owned by people other than the dbo.
It is also not a good idea to rely on SQL Standard security especially in...
June 26, 2008 at 1:16 pm
I'm assuming you are using Visual Studio and don't have access to the standard SQL Server tools.
There is a table called sysreferences that is in all databases, it is this...
June 25, 2008 at 3:23 pm
If you run SELECT * FROM tablename then you will get records returned from a table owned by yourself it such a thing exists or as a fall back a...
June 25, 2008 at 3:17 pm
It isn't the DBAs who think they are God that worry me, its the DBA who management think is God.
SQL Server does make things very easy but I look at...
June 25, 2008 at 3:09 pm
If you look at the assemblies you will see the data type assembly that supports the geospatial data types.
The data types themselves are in the assembly and some of the...
June 11, 2008 at 2:50 pm
RC0 doesn't support clustering.
I've been looking at spatial geography and trying to understand the new indexes which are really odd. I'm not sure why the new geography and geometry...
June 11, 2008 at 12:37 pm
I totally agree with the "buy in" comment and would go further and say that the end user has to be actively involved with the project.
Bringing developers and end-users together...
June 10, 2008 at 1:50 pm
I use the snippets so
ssf becomes SELECT * FROM
scf becomes SELECT COUNT(*) FROM
I've added my own so I have one for
IF EXISTS(SELECT 1 FROM INFORMATION_SCHEMA.ROUTINES WHERE ROUTINE_NAME='')
...
June 6, 2008 at 1:32 pm
I get sick almost immediately when I stop drinking. :hehe:
Erm.... thats alcoholic withdrawal symptoms.
My father-in-law bought me a bike and for 10 years I cycled to work. In...
May 31, 2008 at 11:24 am
Until SQL2008 is officially released I wouldn't let it near any existing boxes.
My approach with the CTPs is to completely wipe the box in between CTP releases.
Even after the launch...
May 30, 2008 at 3:06 pm
My first reaction on seeing the latest Microsoft SQL Intellisense was disappointment. It looked like a cut down version of SQL Prompt when SQL Prompt was a $20 app...
May 30, 2008 at 3:03 pm
Viewing 15 posts - 2,056 through 2,070 (of 3,616 total)