| Thread | Last Post | Replies |
|
| Print contents of table in Management Studio ??? | 23 Jul 2008 22:02 GMT | 2 |
How do I print contents of table (the data) in Management Studio, I dont see any option and Help was no help.
|
| Retrieving values from image type column - sql 2005 | 23 Jul 2008 21:47 GMT | 3 |
I have a table create table s_img1 ( img1 image,
|
| image field | 23 Jul 2008 20:51 GMT | 5 |
hi everybody, i have a problem with an image field in mssql 2005. it's the firt time i use it, and what i see is that every query that include the image field is very slow. how can i increase the speedy to make the querys faster?
|
| RPC:Completed Duration diffrent while running in web application and Managment studio | 23 Jul 2008 20:20 GMT | 1 |
I have web form calling stored procedure on sql2005 I use profler to trace execution, RPC:Completed duration is close to 8 minutes When I execute this procedure with same or diffrent params from
|
| Access logical server name | 23 Jul 2008 18:23 GMT | 1 |
The connection to our SQL servers is determined by a logical name, which points to a physical server. For example, the physical server name is SERVER1, but when we connect, we connect to a server called ProdServer, which points to SERVER1.
|
| SELECT SQL Statment - Possible? | 23 Jul 2008 16:22 GMT | 6 |
Is it possible to pull the top 5 records for each "group by" item? Consider the following SQL statement: SELECT TOP 5 PubID, BooksID, SUM(QtySold) FROM SalesData GROUP BY PubID, BooksID
|
| Error whn trying a restore through SQL Mgmt Studio | 23 Jul 2008 13:28 GMT | 5 |
The system is a Windows 2003 R2 Enterprise Edition cluster running SQL Server 2005 9.00.1399. I am in process of trying to get this upgraded past SP2 but I have run into a 11009 error when trying to patch SQL Server.
|
| paratition tables in sql 2005 | 23 Jul 2008 13:19 GMT | 3 |
how do i delete a paratition and all it's data from a paratitioned table? if for examplei have a column which is the key for the paratition, and the data is inserted by this key, for example the column is called : sdate
|
| Is it really needed to STOP SQL Service before reboot the server? | 23 Jul 2008 13:13 GMT | 4 |
Is it really needed to STOP SQL Service before reboot the server? Based on the the value in the registry key HKLM\SYSTEM\CurrentControlSet\Control\WaitToKillServiceTimeout, the server can kill the process if it takes too long to stop. I think it's not a good,
|
| Linked Server to MySQL Problems | 23 Jul 2008 13:00 GMT | 1 |
I am trying to create a linked server from SQL Server 2005 to a MySQL 5 database. On the real database server (SQL Server), I have installed the ODBC driver for MySQL and created a system DSN. I then added a linked server from SSMS. From SSMS it appears that it is able to connect ...
|
| Migrate Linked Server | 23 Jul 2008 12:30 GMT | 5 |
How to transfer linked server, include remote login and password, from SQL Server 2000 to SQL Server 2005? TIA Att
|
| tcp/ip on sql server 6.5 | 23 Jul 2008 12:07 GMT | 2 |
Hi, I need tcp/ip on sql server 6.5 sp5 (windows NT sp6) but if I run setup-change network support I see only "Named pipes" and "multiprotocol". How can I add "TCP/IP sockets"?
|
| Error on copy db | 23 Jul 2008 10:40 GMT | 2 |
I am setting up a new SQL server based on Win2008 x64, SQL2005. I then tried to copy one of the db’s across from the old server (Win2003 32 bit, SQL 2000) using the copy database wizard. During the process it errors and reports that it could not complete.
|
| Insert with Openrowset takes a long time | 23 Jul 2008 07:42 GMT | 2 |
I use the following command to insert data into a table from a text file: INSERT ... SELECT * FROM OPENROWSET(BULK...) The table has 4 indexes and it take about 2 hours if the text file has 2 million rows. However if the table has no indexes, inserting the same text
|
| sync database | 23 Jul 2008 03:45 GMT | 6 |
I'm trying to sync two separate SQL Databases. One DB is running SQL Express and the other is running SQL 2005 full version. I'm trying to update the fields on the main DB with the development DB. Is there a better way to handle this then doing it manually one table and stored ...
|