Viewing 15 posts - 7,516 through 7,530 (of 7,636 total)
FYI, you have to quote the color, "red" in the color tag.
March 15, 2008 at 5:12 pm
Hah, this is straight out of the Question of the Day for July 23rd, 2007 that I just answered:
Correct answer:
Start the instance in single user mode and connect as...
March 15, 2008 at 5:10 pm
Jeff Moden (3/15/2008)
Hi, everyone. I'm working on my senior project.
Cool! Which school?
I interview Drexel seniors all the time who have senior projects just like this.
March 15, 2008 at 4:57 pm
As to the matter of conformance to standards...
Jeff Moden (3/14/2008)
I also said that code portability is a myth and some folks pretty much hammered on thatfor quite some time.
For...
March 15, 2008 at 1:59 pm
Jeff, good article and good response. I also agree that the tone of some of the comments was unnecessary and inappropriate.
That said, there are two things that I would...
March 15, 2008 at 12:08 pm
Ultimately, to do this you will need to use dynamic SQL, like so:
Create PROC insert2img
as
Begin
Declare @img1 as varbinary(max)
Declare @dircmd as varchar(max)
DECLARE @filename varchar(100)
DECLARE @filepath varchar(100)
DECLARE @maxRowID int
DECLARE @count int
DECLARE...
March 15, 2008 at 8:09 am
The [font="System"]'data_file'[/font] argument to OPENROWSET(.. BULK.. ) must be a quoted string literal, it cannot be a variable or an expression.
Although Help and BOL are not entirely consistent, usually when...
March 15, 2008 at 7:30 am
select name from table1 where position='developer''s'
March 15, 2008 at 7:03 am
Doug Graham (3/14/2008)
Error. Explicit conversion not allowed. Any other ideas?
Sounds like you've got bad data. One or more of your image fields may not be all text.
March 14, 2008 at 9:28 pm
Can you show us the query plans for both?
thanks
March 14, 2008 at 9:24 pm
Title says "Don't look this up in BOL..." Does this mean that we can look up answers to the other questions in BOL? Because I have been doing...
March 14, 2008 at 3:16 pm
Harveysburger (3/14/2008)
so let's say I go with scenario #3...
Knowing that in one of the two tables TranTypeID will always be the same. (In the table...
March 14, 2008 at 2:42 pm
Again, I am pretty sure that TempDB is always like this. The smaller values are the *Initial* sizes that SQL Server uses when it creates TempDB on startup. ...
March 14, 2008 at 2:24 pm
Adam Bean (3/14/2008)
Then compare the properties window of tempdb, vs. the size on disk.
Two different sets of sizes being reported for...
March 14, 2008 at 2:12 pm
Viewing 15 posts - 7,516 through 7,530 (of 7,636 total)