Viewing 15 posts - 24,481 through 24,495 (of 26,490 total)
Try this:
alter table clients
Add SceneFlag [char](1) NOT NULL DEFAULT 'Y'
😎
July 8, 2008 at 12:00 pm
If you post your current DELETE code, I am sure that there are individuals out here who help you modify it to delete small batches and thereby control the size...
July 8, 2008 at 11:53 am
I'd have to agree with Steve. I actually enjoyed every IT position I have had to date. Things got really bad at my last employer during that last...
July 8, 2008 at 11:35 am
I have used sql_variant in a database I was using for data analysis of data stored in a database. The only thing I couldn't store was blob data, or...
July 8, 2008 at 11:22 am
blandry (7/8/2008)
July 8, 2008 at 11:09 am
Between Turkey Week 1989 (Thanksgiving Week in the US) to August 1993, I drove 90 miles one way to work 5 days a week. Left the house at 6:00...
July 8, 2008 at 9:12 am
orrego.cesar (7/8/2008)
July 8, 2008 at 7:57 am
jpellman (7/8/2008)
Please read your work before publishing content. English is America's language - God bless America!!!
And this site is used internationally by many others than just us American's. We...
July 8, 2008 at 7:52 am
Jeff Moden (7/7/2008)
Marios Philippopoulos (7/7/2008)
I don't know much about sp_OA* procedures, but I think they come with their own baggage of problems, and...
July 7, 2008 at 9:11 am
From BOL regarding the INSERT statement:
INTO
Is an optional keyword that can be used between INSERT and the target table.
😎
July 7, 2008 at 8:07 am
Here's something, could the working trigger be interfering with the trigger that isn't working? Have you tried disabling (or deleting) the working one to see if the one you...
July 3, 2008 at 2:04 pm
Though I didn't respond to your original post, I assure you, not a problem. Sometimes asking for help is all it takes. In asking for help, you had...
July 3, 2008 at 1:57 pm
Yep! That's why I tried the logical exercise. Pretty much helps put it in perspective though.
😎
July 3, 2008 at 1:43 pm
GSquared (7/3/2008)
July 3, 2008 at 12:35 pm
Way back in the days of Novell, didn't their Novell Certified Administrator require that you have at least one year experience before awarding the cert, and your company had to...
July 3, 2008 at 12:13 pm
Viewing 15 posts - 24,481 through 24,495 (of 26,490 total)