Viewing 15 posts - 4,021 through 4,035 (of 7,483 total)
Chad Crawford (10/19/2012)
Stefan Krzywicki (10/19/2012)
WayneS (10/19/2012)
Brandie Tarvin (10/18/2012)
Stuart Davies (10/18/2012)
Stefan Krzywicki (10/17/2012)
Brandie Tarvin (10/17/2012)
October 19, 2012 at 12:36 pm
Sean Lange (10/19/2012)
October 19, 2012 at 12:10 pm
Are you sure next_run_schedule is correct even if another schedule matures when the job is already running having been started by a different schedule? The job won't start when...
October 19, 2012 at 11:28 am
Dave62 (10/19/2012)
Which of the following statements is true of table variables in SQL Server 2008, 2008 R2, and 2011? (select 6)
It's not possible to pick 6 true statements for all...
October 19, 2012 at 8:26 am
patrickmcginnis59 (10/19/2012)
October 19, 2012 at 8:20 am
Hugo Kornelis (10/19/2012)
Only (minor) issue - picking 6 out of 17 answer options is a task that appears daunting at first sight. The answer options were luckily...
October 19, 2012 at 6:29 am
ako58 (10/19/2012)
October 19, 2012 at 6:14 am
demonfox (10/16/2012)
gosh.. I almost overlooked the quoted null ..:w00t:nice question....:Whistling:
I did overlook the quotes on the quoted 'NULL', so I got it wrong.
Nice question.
Probably the worst explanation I've ever seen...
October 17, 2012 at 2:55 am
All these methods using [A-Za-z0-9] recognise 139 characters (with the Latin1_General_ci_as collation).
Now personally I think that's right (although it's a rather complicated pattern to use for the job), but...
October 16, 2012 at 8:44 pm
Eugene Elutin (10/16/2012)
vivekkumar341 (10/16/2012)
i had gone through your example its look wrong.
please find the detail.
declare @int1 varchar(100) = '100000000',
@int2 varchar(100) = '984541',
@int3 varchar(100)
your suggestion was mentioned below:
set @int3...
October 16, 2012 at 8:08 pm
Are you trying to add two columns to one table and one table to another table?
If so you wnat code like
ALTER Table1 add ColA type1 columnConstraints1, ColB type2 columnConstraints2;
ALTER...
October 16, 2012 at 2:07 pm
Viewing 15 posts - 4,021 through 4,035 (of 7,483 total)