| Thread | Last Post | Replies |
|
| Unable to DTS from local to Server | 17 Jun 2008 18:11 GMT | 1 |
[DBNETLIB][ConnectionWrite(send())]General network error. This used to sporadically happen when DTS'ing data from a local sql server to our production server. Now it's consistent. Local SQL Server is running SQL Server 2000 SP4 and Production Server is running 2000 SP4. Now, ...
|
| Executing an extended stored proc from within a function! | 17 Jun 2008 13:24 GMT | 3 |
I've just developed an extended stored procedure in .net framework. It's being added to the SQL Server 2005, and it's executed properly. Now, I've got a user defined function as follows: CREATE FUNCTION [dbo].[GetItems]()
|
| forecast question | 17 Jun 2008 12:57 GMT | 2 |
SQL Server 2005 We're trying to implement the application role for Microsoft Forecasting. We've gone through the steps, but it isn't connecting. We can connect easily when using a network login which has rights to
|
| "Local Server Connection" still poiting to the OLD SQL instance. | 17 Jun 2008 11:48 GMT | 3 |
I have an issue where SQL 2005 server was renamed from Windows (i.e. the server name was changed in Windows), Then I renamed the SQL server instance to be as the same as the new Windows name (using SP_DropServer, SP_Addserver ); now, all the maintenance plan
|
| SQL Server Std on hosted server | 17 Jun 2008 11:47 GMT | 3 |
How can i install an SQL Serevr 2005 Standard Version on an hosted server (without CD/DVD Access) ? Thanks, James
|
| Problems when migrating databases | 17 Jun 2008 11:17 GMT | 5 |
I have a problem to migrate my databases from my old computer to my new one. On both computers I am using MS SQL Server 2005. To migrate the databases I performed with the Management Studio the following steps:
|
| too much for one server? | 17 Jun 2008 10:29 GMT | 6 |
I have a windows 2003 server (4gb ram) that is already used to host an exchange server, lots of files, and it is also a domain controller. This is used in a small company of 20-30 people. Is it crazy to host both a sql 2000 and sql 2005 instance on that same server? These will run ...
|
| DBCC Shrinkfile | 17 Jun 2008 08:38 GMT | 4 |
i have a database that has a datafile of 40+GB and a log file of 51GB. i don't need the log file. i tried to do a shrinkfile command and it doesn't seem to make the file smaller. the command i'm running is: dbcc shrinkfile ('MA_Log', 1000, TRUNCATEONLY)
|
| Full backup job question | 17 Jun 2008 07:40 GMT | 2 |
Just a quick one. Is it possible for a Full backup job to execute when the particular database in the status of "Synchronized/ Restoring". Please let me know if you don't understand what I mean and need further
|
| trn file is too big | 17 Jun 2008 07:23 GMT | 7 |
A log file for one of my databases is very big (over 100GB). This is very unusual for this database - most of the time it is under 10GB. I backup database and tried to shrink the log file - didn't work. I backuped log file with Truncate_Only (didn't need sequence to be
|
| Restore across network problem | 17 Jun 2008 07:21 GMT | 3 |
I am trying to automate a scheduled restore of databases from several SQL Servers to my local development SQL Server (all SQL 2000 STD & Dev.). I can successfully create the RESTORE scripts and run them directly in QA. However, I want the scripts stored in a table on the local ...
|
| SQL 2005 design / replication / data snap | 17 Jun 2008 06:21 GMT | 1 |
What would be to the best/easiest technology to use: We have two SQL 2005 Workgroup servers. One has a heavily used database for the line of business application. We want the other to have a near to real time (15 to 30 minutes difference would be ok) copy of the database which is
|
| SELECT | 17 Jun 2008 04:34 GMT | 2 |
The database scheme consists of four relations: Product(maker, model, type) PC(code, model, speed, ram, hd, cd, price) Laptop(code, model, speed, ram, hd, screen, price)
|
| How to Migrate SQL 2000 DTS packages to SQL 2005 Integration Servi | 17 Jun 2008 01:47 GMT | 1 |
Is there any document available to steps thru how to migrate the current DTS packages in SQL 2000 to Integration Services in SQL 2005?
|
| Logs / Triggers | 17 Jun 2008 01:24 GMT | 3 |
Hi, I have a general high level question. Given an extremely large database what would be the best way to track anytime someone queries (simple select statement) information in the tables. Any read of the data requires that what was read be tracked for security purposes. I've ...
|