Viewing 15 posts - 6,256 through 6,270 (of 9,643 total)
GSquared (1/15/2009)
Loner (1/15/2009)
10:15 - messing around on SQL Server Central
10:21 - help desk ticket #35104
11:30 - lunch
12:50 - building view dbo.JoesNewReport
13:07 - emergency help desk ticket #542138
13:17 - building view...
January 15, 2009 at 8:42 am
First you need to define your table with a column of varbinary(max). Then you can use the code provided by ulhas.
January 15, 2009 at 8:11 am
Do you want to copy primary key values to another table? What is the schema of the destination table?
January 15, 2009 at 8:03 am
I'd also be concerned someone else is trying to hack into the server.
January 15, 2009 at 7:59 am
IMO, you should be opening and closing connections as needed, not holding a connection open as long as the program is open.
January 15, 2009 at 7:55 am
I' m with you Steve. I'd much rather stay home and be in my routine. If I have to go, I endure the getting there part, and usually...
January 15, 2009 at 6:51 am
Grant Fritchey
For example, oh Gail, how many swords in your...
January 15, 2009 at 6:45 am
Jeff Moden (1/15/2009)
Michael Earl (1/15/2009)
After extensive testing, Aqua Net hair spray ended up being better than any other propellant we could find.Any build up on the walls over time?
We always...
January 15, 2009 at 6:22 am
Michael Valentine Jones (1/14/2009)
I just saw our CEO (30,000+ employees) was wearing a hoodie and jeans today.Guess Iām going to have to start dressing down.
Do you work for Bill Belichek...
January 14, 2009 at 6:25 pm
GSquared (1/14/2009)
Yes, Jack, that's what I already suggested on the other copy of this same question. š
I missed that one.
Michael has an interesting solution.
January 14, 2009 at 6:24 pm
It looks like the Optimizer is ignoring your subquery since you are not referencing anything outside the table. Basically it is converting your query to this:
Select ...
January 14, 2009 at 2:16 pm
Here's a blog post that I think will help: http://blogs.conchango.com/jamiethomson/archive/2006/01/04/2540.aspx
January 14, 2009 at 1:51 pm
bpowers (1/14/2009)
January 14, 2009 at 1:48 pm
Where does Cust_Address_v.ID come from? I assume you it si from a view. You would need to do something like this:
If Exists(Select 1 from Cust_Address_v Where ID is...
January 14, 2009 at 1:38 pm
Basically allowing a NULL in a Foreign Key is allowing for an optional relationship. For instance in a system I am working on we have a birth_state_id in the...
January 14, 2009 at 1:30 pm
Viewing 15 posts - 6,256 through 6,270 (of 9,643 total)