Viewing 15 posts - 61 through 75 (of 94 total)
Books Online.
It is the compiled documentation for sql
look for
[drive]:\Program Files\Microsoft SQL Server\80\Tools\Books\SQL80.col
December 3, 2004 at 8:24 am
could yo define what you mean by workgroup, in terms of the network you are on?
It sounds like the boxes cannot find each other due to some network issue...
December 3, 2004 at 7:17 am
can the servers ping each other, and can the one outside the workgroup ping them?
December 3, 2004 at 2:50 am
First call is to Enterprise manager, to check the perms for that user, and then compare to the connection string from the web app.
You must use the...
December 3, 2004 at 2:47 am
Do you have sql BOL to hand? The 'using format files' page gives you everything you need.
December 3, 2004 at 2:41 am
Actually, from the bitter experience of trying to talk an NT4 based sql server into understanding the dates, it must be best practice to be explicit all the time?
Using SET...
December 3, 2004 at 2:36 am
IGNORE!
found the answer, though the MS reasoning isn't too good.
6.5 and 7 (had) bug that chopped the string into 256 char chunks, but then had a problem with it.
with 2k...
October 20, 2004 at 6:10 am
SQL Server implicitly converts an empty string to a zero - as it says in the answer.
The only bit that surprised me was the acceptance of the implied string as...
October 19, 2004 at 3:18 am
As Jeff suggests:
EXEC @hr = sp_OAMethod @object, 'Connect', NULL, 'my_server',
'my_login', 'my_password'
is the example from BOL, and the second param, where you've got AddLedger, needs to be either a quoted...
October 13, 2004 at 2:43 am
"Data type of a Transact-SQL local variable used to store a returned property value or a method return value did not match the Visual Basic data type of the property...
October 7, 2004 at 10:12 am
It would but......
The IIS and SQL servers are on the same box, in the same domain and in their previous incarnation (NT/sql7) worked just fine, the only difference being that...
September 30, 2004 at 1:42 pm
far as I can see, that's what I've been trying to do...
IIS is picking up the user login fine, and all the users are (on the domain) members of the...
September 30, 2004 at 7:45 am
Not specifically - but I've solved the problem now by creating a 'standard' login that is then added to the connection string.
I get the feeling that MS don't make...
September 30, 2004 at 6:55 am
<quote>I did pass on your suggestion about a profile trace to our systems engineer, but who knows if he will act on it, unfortunately.</quote>
That's not good....
September 22, 2004 at 2:28 pm
Glad I could help - have been here and there before and learned a fair bit on Sps. The recordset you get back wil be the same as you expect,...
September 21, 2004 at 4:47 pm
Viewing 15 posts - 61 through 75 (of 94 total)