Viewing 15 posts - 796 through 810 (of 966 total)
What about using replication? You can install SQL Express on their machine and setup transactional replication making the machine a subscriber. They would have a read-only copy of the database...
February 2, 2010 at 4:50 pm
DTExec is referring to the command-line utility used to run SSIS packages. That being said, I believe there are a lot of caveats for 64-bit SSIS packages, as not all...
February 2, 2010 at 4:44 pm
What permissions does your normal account have on the MSDE instance? It could be possible that you don't have permissions to see the SQL instance, so it cannot give you...
February 2, 2010 at 4:35 pm
What kind of window for off-peak usage hours do you have? I would suggest scheduling jobs during off-peak hours to complete the following:
- rebuild all indexes (since your database is...
February 2, 2010 at 4:27 pm
Don't forget about SQL Agent jobs, maintenance plans, DTS packages, reports (if used), extra stored procedures/functions created...
February 2, 2010 at 4:17 pm
I am not sure if I understand where you are having a problem. Are you having a problem running the stored procedure in a query window or through a program?
February 2, 2010 at 4:08 pm
How did you delete them from replication?
You should be able to use system stored procedures to remove the subscription. Just remember the sp needs to be ran from the location...
February 2, 2010 at 3:44 pm
In that case I think it is going to be tough either way you design it, as there is going to be contention with multiple requests trying to read/write to...
February 2, 2010 at 1:08 pm
Well, since Windows Server 2003 is going on 7 years old now and SQL Server 2000 is not even supported without an extended support contract, I would suggest upgrade whatever...
February 2, 2010 at 1:02 pm
That is an option, but I know a lot of environments will not allow that because that negates any possibility of real-time protection.
February 2, 2010 at 12:55 pm
Can SQL 2000 Personal Edition even recognize more than 2GB or RAM?
February 1, 2010 at 4:12 pm
Not sure. I know we used to see a lot of contention of resources and file handles with Symantec, but I believe there were some exclusions that were left out.
What...
February 1, 2010 at 3:59 pm
As your OS is using one of the drives it is going to be hard to get any kind of great performance (in my opinion) as you will have some...
February 1, 2010 at 3:51 pm
I agree, going with 64-bit for the OS and SQL is the best option if possible. 32-bit SQL can access more than 4GB of RAM with AWE enabled, but only...
January 31, 2010 at 6:03 pm
Is the OS you are running now and are going to be running on the upgrade 32-bit or 64-bit? If it is 32-bit, then you will need the /PAE switch,...
January 14, 2010 at 6:06 pm
Viewing 15 posts - 796 through 810 (of 966 total)