Viewing 15 posts - 1,366 through 1,380 (of 7,429 total)
Althought _ is a great option to % especially for fixing positions I would still need to know exactly how they stored it. Personally I use decimal(16,0) and let the...
January 13, 2005 at 7:55 am
It can be done to mark a table as a system object but that requires going out of your way to upset the sysobjects table manually or use sp_MS_marksystemobject procedure...
January 12, 2005 at 12:48 pm
First off where does firstname last name come from?
I asume from your query it will be from the o_file table possibly but I don't see a column that says it...
January 12, 2005 at 12:34 pm
DBA 2 because of the setting for unrestricted growth. Only once all HD space is exausted will the Log file fail becuase the is nothing it can do at that...
January 12, 2005 at 9:58 am
To my absolute best knowlegde that answer is know. Although installing Firefox really was a bad idea it should not have tampered with any System DLLs that would have effected SQL...
January 12, 2005 at 9:51 am
The big difference is in the exists for tripacc which you make two different hits on.
I would be curious if this doesn't produce the same effect. '
SELECT count(*)
FROM address...
January 12, 2005 at 8:33 am
Or with ADO use a Command object and pass each input as a parameter. When you do so it will auto handle these situations better than trying to remeber to...
January 12, 2005 at 7:32 am
In your case you might want to consider storing the number twice and use a bigint or decimal(16,0) datatype.
The first field would be stored in left to right order, the...
January 12, 2005 at 7:25 am
Hadn't noticed before but looks like wizard doesn't support dealing with the password.
January 12, 2005 at 6:59 am
You really did do a nice job on this article. Very complete description and nice use of visualizations to send home.
January 12, 2005 at 6:43 am
Are you sure you are looking at the right thing? Can you post a few links so I can see what you are reading?
Have you checked out this link:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/mdrefindservprovspec.asp
January 11, 2005 at 6:17 am
Which is the greater amount, the first or the second? I suspect it is the first which if so check your datearchived column for any values of 1/2/1900 as that...
January 11, 2005 at 6:13 am
But why not just write in VBScript as that is a language option for a job step? Much simpler than trying to use sp_OACreate and stuff.
January 11, 2005 at 6:03 am
Yeah, there was a topic on this a few months back where someone was showing this and questioned how it happened. And there may have been a Question Of The...
January 11, 2005 at 6:00 am
Viewing 15 posts - 1,366 through 1,380 (of 7,429 total)