Viewing 15 posts - 136 through 150 (of 267 total)
I'm just beginning to learn PERL and finding uses for it. Would you mind posting your code for paging?
November 16, 2004 at 3:35 pm
For some reason, I find I need to set this when I install a new instance:
I think there is a checkmark in the Linked Server properties, but the setting gets...
November 16, 2004 at 3:32 pm
I'm not sure if I will be any help, but I am interested as my company will be doing the same migration soon.
I have used exec sp_change_users_login with the 'auto_fix'...
September 17, 2004 at 7:38 am
Hi Chris -
Is your issue that performance is slow or that the actual query doesn't work at all?
Might take a look at the SQL Books Online page below. It shows...
August 6, 2004 at 3:53 pm
Straws are all, I think, I have before the server gets formatted and I try again. Unfortunately, there were no errors in either database.
I'd also thought that maybe it was the...
July 13, 2004 at 11:58 am
I've tried that many times. I have also deleted the registration and created it, same error.
July 13, 2004 at 9:22 am
An owner of a stored proc can grant rights, but it can only grant rights to logins that already have access to the database in which the stored proc resides.
from...
June 28, 2004 at 7:50 am
Also from BOL:
Only members of the sysadmin and bulkadmin fixed server roles can execute BULK INSERT.
...
Is the name of the table or view owner. owner is optional if the...
June 25, 2004 at 5:04 pm
Only if that user exists in that database
From Books Online (BOL):
When a permission is granted to a SQL Server user or Windows NT user account, the specified security_account is...
June 25, 2004 at 5:01 pm
We use it. I use it for every one of my databases. I have 6 servers in one location and one in another and have it installed on all 7. ...
June 17, 2004 at 8:23 am
Theoretically, Line 5 should refer to the line in your code where the error is. Sometimes that works for me, and sometimes not.
Usually in a situation like this, I just...
June 17, 2004 at 8:02 am
Hey Greg -
I found this at
http://www.sql-server-performance.com/sql_server_configuration_settings.asp about half way down the page. I never configure specific settings for Server memory unless I am on a system with 8GB or...
June 2, 2004 at 11:03 am
SQL Litespeed replaces the native SQL Backup utility. It does not write directly to tape. It writes to disk and then you can use your usual backup software to backup...
May 4, 2004 at 12:10 pm
Hi Chris -
There are a couple of tools in the Resource Kit that you can use. See http://www.sql-server-performance.com/resource_kit.asp
for a description. Not free, but you may already own a copy.
Michelle
April 28, 2004 at 9:35 am
I launch a *.reg file with the information in it. Below is a sample for Windows 2000. It adds in the name and the ODBC entry of a SQL Database. I...
March 15, 2004 at 2:48 pm
Viewing 15 posts - 136 through 150 (of 267 total)