Viewing 15 posts - 886 through 900 (of 3,011 total)
dant12 (4/26/2011)
April 26, 2011 at 3:17 pm
dant12 (4/26/2011)
My...
April 26, 2011 at 2:47 pm
Work from home doesn't have to be impossibility for a management job.
A friend of mine worked from home full time and managed the IT infrastructure group for a large IT...
April 26, 2011 at 12:19 pm
Brandie Tarvin (4/26/2011)
Ninja's_RGR'us (4/26/2011)
Michael Valentine Jones (4/26/2011)
Brandie Tarvin (4/26/2011)
You're right. Totally my bad. I was working of a SQL 2000 assumption and by the time I figured out I was...
April 26, 2011 at 9:06 am
Brandie Tarvin (4/26/2011)
You're right. Totally my bad. I was working of a SQL 2000 assumption and by the time I figured out I was wrong, I was rushing to correct...
April 26, 2011 at 8:10 am
There is no reason that someone working from home should be making less money just because they are working from home. It makes it seem that they are somehow...
April 26, 2011 at 7:58 am
You CAN do online indexing when in compatibility level 80.
The following code ran fine for me under 2005 Enterprise Edition; never hurts to test. 😎
USE [pubs]
select compatibility_level, name ...
April 26, 2011 at 7:29 am
You can't restore without a full backup to start with.
April 22, 2011 at 1:24 pm
I think they should have been much more careful about letting you know that they were booking flights from two different airports. Depending on your hotel location, it could...
April 21, 2011 at 7:40 am
There is no default for the datetime datatype.
Probably what you are doing is inserting a zero-length string into a datetime column and that will get cast to a date of...
April 20, 2011 at 3:41 pm
ChrisM@home (4/20/2011)
...
@michael-2 - I can't believe you posted that!
I'm just hoping to see someone use it in production code. :satisfied:
Actually, I started wondering if a function that returned a...
April 20, 2011 at 3:22 pm
Craig Farrell (4/20/2011)
Michael Valentine Jones (4/20/2011)
This is sure to attract interest: "3rd shift rotation"
Actually, that part attracted me. Instead of some poor schlep working all day then being on...
April 20, 2011 at 2:07 pm
terrykzncs (4/20/2011)
Most of us still have SQL 2005 but will (hopefully soon) migrate to SQL 2008.
In SQL 2008 it will be alot easier to insert multiple...
April 20, 2011 at 1:58 pm
This is sure to attract interest: "3rd shift rotation"
April 20, 2011 at 1:53 pm
I doubt this is is a good idea, but you can return the value in a sql_variant.
create function dbo.F_TEST ( @MyValue int )
returns sql_variant
as
begin
declare @MyVariant sql_variant
if @MyValue is null set...
April 20, 2011 at 1:41 pm
Viewing 15 posts - 886 through 900 (of 3,011 total)