Viewing 15 posts - 31 through 45 (of 114 total)
You could control this via Active Directory Group Policy Objects, by not allowing users access to the ODBC Data Source Administrator.
October 31, 2007 at 10:32 am
You could achieve this by only granting permission to execute the "private" sps to a certain user and then have the "public" sps call the "private" sps with EXECUTE AS...
October 31, 2007 at 10:29 am
You can run some traces from the client machines through the ODBC Data Source Administrator.
You might also want to check the connection time out setting on the SQL...
October 31, 2007 at 10:00 am
Mark,
I use SSIS to import Spreadsheets into tables and to export tables to spreadsheets, with quite a bit of success, even with large files.
The basic how to would be:
Open...
October 31, 2007 at 8:53 am
Have you configured the SQL Server via the SQL Server Surface Area Configuration Tool to allow remote connections?
October 31, 2007 at 8:08 am
If you can get 15 minutes you could: (Probably more like 10)
Get everyone off of the SQL Server.
Set the SQL Server into single user mode
sp_dbcmptlevel , 90
Set the...
October 30, 2007 at 2:31 pm
That seems like a fairly weird problem, I'd try stopping the SQL Server Agent and starting it again.
October 30, 2007 at 2:10 pm
Looks like you used an invalid email address, maybe an Active Directory user name? Ensure that you are providing the profile a valid email address. ie. bobjones@mydomain.com
Check...
October 30, 2007 at 2:04 pm
Wow, I need to read the question and answer the question. Have you re-indexed? What do the SQL Server logs have to say?
October 30, 2007 at 1:58 pm
Check to see how much your Destination table is growing during the inserts for the problem table. It's probably growing quite rapidly when you are inserting the data.
October 29, 2007 at 11:39 am
You should be able to do both full and transactional backups with the database still remaining online and available. If you move to SQL Server 2005 Enterprise, you can...
October 29, 2007 at 11:35 am
I have had really good luck using the sp_send_dbmail when I need to send query results via email. You can use T-SQL in SSIS, just make sure you grab...
October 23, 2007 at 8:40 am
Since you are using SQL Server 2005 Express, you face quite a few limitations on how to distribute the data. How much data are we talking about?
I...
October 23, 2007 at 8:30 am
From my experience you have to run instcat.sql script on the SQL 2000 machine if you want to create a linked server for it from a 64-bit SQL Server 2005....
October 5, 2007 at 2:10 pm
I'm pretty sure I had it working, but maybe with a two part name ie.
LinkedServerName..TableName
However, when I went to look yesterday afternoon I had removed all of the mysql...
October 4, 2007 at 7:58 am
Viewing 15 posts - 31 through 45 (of 114 total)