| Thread | Last Post | Replies |
|
| Query with single quotes using OPENROWSET | 20 Jul 2005 18:19 GMT | 1 |
I'm trying to pass through a SQL statement to an Oracle database using OPENROWSET. My problem is that I'm not sure of the exact syntax I need to use when the SQL statement itself contains single quotes. Unfortunately, OPENROWSET doesn't allow me to use parameters so I can't
|
| Connecting to an msde instance over the internet | 20 Jul 2005 18:08 GMT | 1 |
I have access to the Server (Win2003 SBS) through Remote Desktop Connection. I need to change the Permissions of a DataBase Role in the msde instance on that server. I can't seem to find a way to connect to that instance. Is it even possible through a Remote Desktop ...
|
| Shrinking a log file in the Maintenance Plan - how? | 20 Jul 2005 15:32 GMT | 1 |
This follows a topic in microsoft.public.sqlserver.server where I asked a question in March, got a helpful reply and have only just got around to doing anything. Original topic:
|
| Upgrading from per seat for to processor | 20 Jul 2005 12:52 GMT | 1 |
Does the upgrade from per seat license in sql server 2000 to processor based licensing requires reinstallation of sql server?Is there an easier way of upgradation. Tanks in Advance
|
| SQLServer and network shares | 20 Jul 2005 12:12 GMT | 2 |
My SQL server is short on disk space and I need to create a new instance of SQLServer. I had another server running Linux with enough space left so i create a new partition on it and shared it through SAMBA. Now I can use this shared disk in RW mode from the SQL server (tested ...
|
| help with a simple query | 20 Jul 2005 11:51 GMT | 1 |
I'm a newb. I'd love some help solving this apparently simple query. table one contains email sender addresses table two contains emails From table two I wish to SELECT all emails whose sender address is not in
|
| easily editting fields with more than 1024 characters | 20 Jul 2005 09:10 GMT | 2 |
i suspect i know the answer to this already, but here goes anyway.... i have a table that has field of varchar(2048), which once in a blue moon i need to edit the data manually (until a bad character parser validates the data before it's written ;-) )
|
| duplicate rows but no key on the tables | 19 Jul 2005 22:45 GMT | 1 |
I have a table with 10 billion records but there are no key on it. I cannot build a key on it as it is the data source. However, the data source exits the duplicated rows. I have used the DTS to transform the data into a new table and delete the
|
| Time Out Problem | 19 Jul 2005 22:27 GMT | 1 |
I have a web service that takes in a record to be added to a database table, simple right? Well one field stores a .wav file converted to a bit array and is of the field type Text.
|
| problem about right aligned data when using bcp | 19 Jul 2005 22:23 GMT | 2 |
there are one table with a column with 16 varchar, eg. ________1245678( _ stands for space.).the database size is 15 MB. when using bcp, right-aligned data will be display.
|
| Cannot start more transactions on this session | 19 Jul 2005 18:29 GMT | 4 |
A user received this message (subject line) while trying to add a record to one table in a SQL Server 2000 database accessed through VB 6 and ADO. The application was the only one on his machine running against the database. The
|
| empty status of a variable | 19 Jul 2005 18:26 GMT | 1 |
The example bellow will receive a parameter. create procedure usp_InsertProducts @SKU varchar(30) Now how do I check whether is @SKU empty or not.
|
| Is it a good to replace SQL script files with XML files? | 19 Jul 2005 15:51 GMT | 4 |
I am thinking about replacing the INSERT data script files that I have with XML files. This way I can open the XML file using an XML Editor and see the values in a GRID and make changes easier.
|
| temp table name | 19 Jul 2005 15:17 GMT | 1 |
I created a temp table #t But in tempdb..sysobjects the name is stored as #t__________________________________________________________________________________________________________________000000000018 Any reason for extra length?
|
| OpenRowSet BUG? | 19 Jul 2005 15:16 GMT | 3 |
I am trying to load data from a table in MS Access to SQL Server 2000 using T-SQL OPENROWSET. When I select data from the remote database (MS Access) using SQL Query analyzer, the columns do NOT appear in the same order as seen in Access directly.
|