Viewing 14 posts - 1 through 14 (of 14 total)
Yes, someone I work with still gets the daily news letters through our work email system, hence why I thought I'd try here.
Update:
I also don't even get forum notifications
November 10, 2015 at 8:19 am
interesting question but can anyone let me know why the create statement wouldn't of failed? interested to see why thats all
March 22, 2011 at 3:16 am
i think you are incorrect as from this simple example script (im using sql2005)
declare @t table(i int, x int)
insert into @t
select 1, null
union
select 3, 1
union
select 2, 1
select *
from @t
select...
March 9, 2010 at 3:22 am
Great question, made you think about the simple functions that we take for granted, even though i have never needed to use count_big
March 9, 2010 at 2:04 am
bitbucket-25253 (3/3/2010)
kaspencer
Your reputation is now properly in the gutter.
Remember that this should be a group of professionals, and trash talk is not appropriate, nor appreciated by those of us...
March 3, 2010 at 6:41 am
After researching i dont think it is a stupid question, just an incomplete question. As its a cartesian join (if the CTE is relevant im not sure!?!?)
just that...
March 3, 2010 at 3:59 am
I get an error saying tblUsers doesn't exist.. Is this a Version issue or missing information? im on SQL 2005
March 3, 2010 at 2:21 am
DOH one of the questions you pick your answer and click submit and realise you should of chosen another 😎
February 23, 2010 at 2:41 am
Great question made me remember to re - read the question a couple of times before shouting "Errggghhhh!!!"
February 19, 2010 at 2:30 am
but without SET NOCOUNT ON/OFF or PRINT it will return (1,1)
January 29, 2010 at 3:19 am
that is the issue as i ran the queries on SQL2005 std edition
January 29, 2010 at 2:14 am
if i do as the question says i get the answer 1,1
but if i do
set nocounton
select @@rowcount
select @@rowcount
i then get the answer given
January 29, 2010 at 2:00 am
I tinkered with version 7, but really used the product with version 2000 and upwards. In response to the article i would rather have a number of tools that...
December 4, 2009 at 8:04 am
Personally while learning (but you'll never stop learning!), what i did was
1. trawl the SQL server forums.. trying to see if i could answer the problems (never posted...
October 2, 2009 at 2:28 am
Viewing 14 posts - 1 through 14 (of 14 total)