Viewing 15 posts - 6,586 through 6,600 (of 7,429 total)
First it is the Function Owner (which may be the same as the DB owner) and yes you have to specify it. If this is a problem then post your...
April 2, 2002 at 7:05 am
Open Enterprise Manager
Drill thru to your server then to the database.
Right click the database in the tree view side of EM and select All Tasks/Export Data...
Now in the Wizard go...
April 2, 2002 at 6:42 am
Cannot do this will soundex as it translates the whole phrase in the column and not the words. You could however right a procedure that looped thru all the words...
April 2, 2002 at 5:47 am
I had this problem and for me it was related to the MDAC installed (may have been just one of the dlls not registered properly). When I reinstalled the problem...
April 2, 2002 at 5:40 am
How is Agent configured as far as account runs under. It may not have the enough rights to access the file system and most likely unless you have an account...
April 2, 2002 at 5:38 am
Yeah, like uses [ as the begining delimiter for a list of character replacements.
Example.
If you wanted to find a list of items that started with A, C, D, or G...
April 2, 2002 at 5:26 am
Nothing in SQL itself that will do this any better. You might check for a third party app but most use roughly the same algorithem but may have data dictionarys...
April 2, 2002 at 5:13 am
You could also write an XP dll to do pretty much anything you cannot do directly in SQL in this case (such as sending data to a server using UDP...
April 2, 2002 at 5:07 am
And going back to your original question, the TDS I do not believe is enrypted in any unless you use multiprotocol with encryption turned on and so is visible to...
April 2, 2002 at 4:53 am
If you are talking about data entered in the text area, once gone then no.
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
April 1, 2002 at 3:45 pm
If however each SP has variances in the SELECTion field output then a common view can actually hurt performance since (as I have come to understand) the view will read...
April 1, 2002 at 3:41 pm
I was working on a Sample I forgot to bring home, but the only way could think of is similar to an old trick in Access. Create a table with...
April 1, 2002 at 3:35 pm
Great to hear you are at least finding a way.
"Don't roll your eyes at me. I will tape them in place." (Teacher on Boston Public)
April 1, 2002 at 3:25 pm
Sorry doing this from the top of my head, no server to test against and no analyzer with nice color coding.
"Don't roll your eyes at me. I will tape them...
April 1, 2002 at 3:23 pm
Not really fancy but you could try something like this
DECLARE @var AS INT
SELECT @var = RAND( (DATEPART(mm, GETDATE()) * 100000 )
...
April 1, 2002 at 3:21 pm
Viewing 15 posts - 6,586 through 6,600 (of 7,429 total)