Viewing 15 posts - 46 through 60 (of 93 total)
Unfortunately the software designer needs to take into account how many rows their queries can/will affect. SQL Server, in order to preserve data integrity, will put every record that gets...
February 27, 2006 at 11:35 am
Tobie, build times of what?
Thanks,
Chris
September 30, 2005 at 8:18 am
This is not an orphaned user problem, as the SIDS match. I just found some more info and typed about 2 pages worth of information about what I found, but...
September 21, 2005 at 11:58 am
I do so agree with the article, and wish that others in the community, namely those creating applications (that use databases) to sell. For instance, PeopleSoft. PeopleSoft told me that...
July 8, 2005 at 12:21 pm
I just ran into this yesterday, and could not get a count for Null values if I was using the field with the Nulls in it for the count(), regardless...
June 3, 2005 at 8:09 am
WHY CAN'T NULL = NULL?????????????
That has always been my biggest problem in dealing with Nulls. Null does equal Null in the real world. If Null = the absence of a...
June 3, 2005 at 7:30 am
OK, nevermind, I have worked this out.
I do have control over the table design, and the user has now said that they would rather have a Null instead of the...
February 23, 2005 at 9:43 am
Unfortunately I cannot see a way to make any of these solutions work. The main problem, even with breaking the script up into steps which are procedures, is getting the...
January 13, 2005 at 11:35 am
The problem I encounter with sp_AddLinkedServer is I cannot get it to actually execute without a batch separator, and the batch separator kills all my my variables.
I'm beginning to think...
January 12, 2005 at 6:55 am
Perhaps "Jet.OLEDB.4.0". This is an Access driver, not a SQL Server driver. Your linked server will need to be recreated to use a SQL driver.
Chris
December 13, 2004 at 8:25 am
Depends on what you are trying to do. Visio, and Erwin allow you to create a pretty graphical representation, and even generate the DB or scripts to create the DB.
I...
November 2, 2004 at 7:27 am
It isn't. I have never installed SQL Server or a service pack under any account any part of SQL Server runs under. You need to have an admin-level account to install...
September 23, 2004 at 11:14 am
Any chance the original user's permissons were DBO or some kind of admin role on the server? Was the original user the owner of the database?
I ask all of these...
September 20, 2004 at 1:04 pm
Remi,
What you suggested about is actually what I am doing now. I join my update query to the destination table and then compare the source and destination fields for inequality...
August 27, 2004 at 6:59 am
Thanks for the reply. I used some of your suggestions and did some calculations to find that I wasn't waiting long enough for the query to complete, by about 15...
August 26, 2004 at 12:42 pm
Viewing 15 posts - 46 through 60 (of 93 total)