| Thread | Last Post | Replies |
|
| SQL Server 2005 / Query Analyzer | 31 Jan 2006 22:59 GMT | 3 |
Hi All. I have just updated the SQL 2000 Developer Edition to SQL 2005 Dev Ed on my PC. I used query analyzer exclusively in 2000 so I am sorry if these are stupid questions. 1. If I am writing a general query in the new query window (Data | New
|
| Query analyzer and truncated result rows | 30 Jan 2006 23:39 GMT | 5 |
I'm running a query through query analyzer, outputting the results to a file in an effort to move some data from one bug tracking system to another. Simplified down to the basics, my query looks like this: SELECT '<MyXMLTag>'+CAST(TextField AS VARCHAR(8000)) + '</MyXMLTag>'
|
| Access 2000/2002 to SQL server | 30 Jan 2006 13:40 GMT | 2 |
Hi everyones, Is there a way to migrate an Access 2000 db to SQL Server 2000 or 2005? thank you serge
|
| Why is SQL Server 2005 Management Studio so slow? | 30 Jan 2006 13:22 GMT | 6 |
I am in the process of evaluating SQL Server 2005 (Developer Edition) on a Windows 2000 SP4 member server in a Windows NT domain with three domain controllers (not active directory). I have installed both operating system and SQL server software from scratch and succeeded at the ...
|
| SQL Send Mail stop working with: failed with mail error 0x80004005 | 28 Jan 2006 21:10 GMT | 2 |
Helo group: I was using a SQL Srvr 2000 in a Win 2003 box. I had configured the SQLMail and everything was working, but now I´m receiving this message: xp_sendmail: failed with mail error 0x80004005
|
| Listing prepared statements... | 28 Jan 2006 08:15 GMT | 3 |
Hi... I've noticed when using Microsoft SQL Profiler, when prepared statements are in use, yields only such information as "sp_execute 3, 12, 34" etc. This contrasts with using stored procedures, whereby I get the entire "Select"
|
| DTS Designer error | 28 Jan 2006 02:03 GMT | 6 |
when I open a DTS package (or create a new one) I get the error: DTS Designer error The system cannot find the file specified then the package opens, but there are no objects in the "tasks" pane (the
|
| load postscript files in SQL 2000 | 28 Jan 2006 01:20 GMT | 2 |
We are having a website that generates postscript files when an order is placed on it. These files are placed in a folder on the network. I have been told to Load the postscript files into an existing sql database and then delete the file from the folder.
|
| SSMS Unable to display user properties when dbname is null | 27 Jan 2006 23:26 GMT | 3 |
I have a SQL user on a 2K server that has an invalid default database (dbname in syslogins is NULL). I have both Enterprise Manager (EM) and SQL Studio Management Studio (SSMS) installed. I can set this attribute in EM, however when I try to set it in SSMS I receive the ...
|
| MS Reporting, Oracle | 27 Jan 2006 12:26 GMT | 3 |
when I try to run a select-statement to an oracle database (10.1.03) with a parameter from the SQL-area in MS Reporting I get a message like: 'The provider can not determine parameter information and setParameterInfo' is not called' (or similar, the original message is in german).
|
| Going from osql to sqlcmd (MSDE to SqlExpress?) | 27 Jan 2006 00:05 GMT | 1 |
I am familiar with loading a DB so that it will work under MSDE. This is the command I use: osql -S ServerName\InstanceName -E -i ScriptName.sql So now I uninstalled MSDE and am using SqlExpress instead. To do the
|
| Restore using Mgmt Studio only recognises first dump in backup device | 26 Jan 2006 00:32 GMT | 2 |
Using SQL Server 2005. (Tested on Developer edition running on XPSP2 & Enterprise Eval running on Windows 2003 SP1) 1. Create a backup device Device1
|
| Connection | 24 Jan 2006 20:55 GMT | 2 |
when i design a report using SQL 2005 and try to run it in production mode with setting the servertarget rul property of the project to http://localhost i get an error that it cant connect to the local host, but when i click the preview tab i find the report with correct data so ...
|
| transferring data from Foxpro .dbf to SQL 2005 | 23 Jan 2006 19:18 GMT | 1 |
Does anyone know of a quick method to data from a Foxpro database to SQL 2005. Tony.
|
| logging activity | 23 Jan 2006 17:25 GMT | 1 |
I have following problem, one of our SQL2000 databases is being feed every night from external CRM system by mean of ODBC DSN data source, most of the time is working fine but sometimes we have an instance there not all of the data is pulled over, I can go then and add missing ...
|