Viewing 15 posts - 5,011 through 5,025 (of 6,105 total)
This may not be the exact way SQL Server does it, but it's similar enough to understand what's going on: SQL Server is going through the INSERT to the point...
September 11, 2002 at 1:28 pm
This may not be the exact way SQL Server does it, but it's similar enough to understand what's going on: SQL Server is going through the INSERT to the point...
September 11, 2002 at 1:28 pm
This looks to be the problem:
quote:
Step Error Description:Could not save; currently locked by another user.
You...
September 11, 2002 at 8:21 am
I've changed IPs without too much trouble before. If you aren't using a virtual server, SQL Server binds to the IP address of the system on the port specified. The...
September 11, 2002 at 8:03 am
I think I first saw the job table as a suggestion from Steve or Andy. They deserve the credit.
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish Guide to...
September 11, 2002 at 8:01 am
I also haven't seen the sa not being able to connect in EM, but I believe there is a thread where someone else is seeing it. I can't reproduce the...
September 10, 2002 at 7:27 am
I wouldn't rely on a hack to get around this issue. At some point Microsoft should address the issue and then the process breaks. Of course, don't ask me to...
September 10, 2002 at 7:18 am
quote:
At times I get irritated with the religious fervor groups get into about how superior their "thing" is compared to the other...
September 9, 2002 at 2:37 pm
The use of @@IDENTITY has issues which go beyond what you've described here. @@IDENTITY will return back the last identity value inserted by that connection, whether the user did it...
September 9, 2002 at 2:30 pm
Going out on a limb, it sounds like a memory leak. This is the only operation going on? How is it tied to SQL Server?
K. Brian Kelley
http://www.truthsolutions.com/
Author: Start to Finish...
September 9, 2002 at 12:02 pm
quote:
the job is owned by another user (say 'job-dba') as the users connecting to the server by the application (these all belong...
September 9, 2002 at 11:51 am
Outlook or a MAPI client is not required for SQL Mail, so long as the MAPI .dlls are there. What is[/is] required and why the MAPI client is usually installed...
September 9, 2002 at 11:42 am
The short answer is no. If you do this through Enterprise Manager, it creates a new table, migrates the data, drops the old table, and renames the new table to...
September 6, 2002 at 7:08 am
They yanked you out of the local administrators group and you not can't connect?
Were your NT user accounts granted logon rights to SQL Server through another group or by individual...
September 6, 2002 at 7:06 am
Viewing 15 posts - 5,011 through 5,025 (of 6,105 total)