Viewing 15 posts - 241 through 255 (of 400 total)
Gail, thank you so much! That was what I was trying to explain (my apologies for not doing a better job of it). One of my .NET guys...
June 1, 2011 at 7:24 pm
Hey Sean - what I mean is, is there a better way to write the query, than to do it the way I shared? I'm looking into this for...
June 1, 2011 at 3:38 pm
So is there a better way to do this?
Example...
SELECT *
FROM Table
WHERE Column1 = @Column1
AND Column2 = @Column2 OR @Column2 IS NULL
It seems that if the WHERE statement is not completely...
June 1, 2011 at 3:20 pm
GilaMonster (6/1/2011)
DBCC RunLikeHell
DBCC LMBOAGail
June 1, 2011 at 3:14 pm
You may want to try and go to the Support Forums of their site...
May 28, 2011 at 9:26 am
It was great to meet all of you!
Grant - thank you for signing my book from Redgate!
🙂
May 16, 2011 at 4:11 pm
It's me just being dumb. I was trying to fulfill requrements that weren't really doable. I revised (actually one of my mentor's helped me revise) the query to...
May 9, 2011 at 4:13 pm
It just errors out when I preview the report on that particular field. I feel kind of dumb here - this should be something that I can fix in...
May 9, 2011 at 12:51 pm
Check that...3 digit precision! (e.g. from 38,6/25,6 to 38,3/25,3).
April 12, 2011 at 3:30 pm
and the sign flashed out its warning...In the words that it was forming...
April 12, 2011 at 11:52 am
Cannot thank you all enough for this great chunk of knowledge! I am going to see if we cannot do this prior to placing the system into test for...
April 4, 2011 at 5:40 pm
We use Hyper-V, but that is as much of a nod for this platform as I can give it. I'm still not completely sold on the idea of Virtualizing...
April 2, 2011 at 10:44 am
Yeah, I figured this would be the only way. It's not running on an Enterprise Edition right now, so there has been no CDC type data accumulating over these...
March 29, 2011 at 3:42 pm
BAH! Per usual...Typical newbie nonsense. My Windows Authenticated account was not the sysadmin I thought it was. I logged in with sa and had no issues.
😛
March 29, 2011 at 12:03 am
Thank you very much for this important point! However - this database that I am getting the data from, and creating the table names and schema names from, is...
March 28, 2011 at 1:58 pm
Viewing 15 posts - 241 through 255 (of 400 total)