| Thread | Last Post | Replies |
|
| SQL Server Pricing | 26 Jul 2005 23:17 GMT | 5 |
I am considering moving a company's Access App to SQL Server. I am confused about what I need to accomplish this in the way of Server Software. The pricing on the Microsoft website says, Standard Edition: $2249 with 10 Cals. The SQL Server would be running on
|
| Restore Master Database in SQL Server 2000 | 26 Jul 2005 21:24 GMT | 1 |
I am attempting to restore the master database in SQL Server 2000. However, I continually receive the message: "You are attempting to overwrite an existing database. Check the force restore over existing database option to overwrite the existing database."
|
| OSQL Unicode Insert of ^F (Hex 06) from Registry Multi-String Value is Duplicating in DB | 26 Jul 2005 21:09 GMT | 1 |
I'm using a Unicode sql script imported using OSQL. One of the values we are attempting to insert is a Registry Multi-String value by passing a string to a stored procedure. These Multi-String values appear to be delimited by a Hex 06 (^F) character. When I import this character,
|
| Copying integer values only | 26 Jul 2005 19:54 GMT | 3 |
How can I copy data from a varchar field into an integer field, obviously copying only the values that can be an integer? For instance, I have data in a field like this: 1
|
| Question: Sun-developed SQL 'proxy' | 26 Jul 2005 16:45 GMT | 2 |
Hey, all... Some time ago, I used a tool which I believe was available from Sun. It was a java applet, as I recall, which sat between a SQL client and a SQL server. It allowed the client to connect to it at any port, and
|
| Stored Procedures | 26 Jul 2005 14:09 GMT | 1 |
When calling multi select statements in a stored procedure how do you set the namespace to each select statement? Thanks Chris
|
| Service Pack 4 | 26 Jul 2005 13:04 GMT | 2 |
I am creating a plan to upgrade our SQL Serve r2000 servers from SP3 to SP4. Is there a service pack for the client as well? Or do I run SP 4 on my client installations as well? Any guidance would be greatly appreciated. Thanks in advance
|
| Trouble linking client | 26 Jul 2005 07:19 GMT | 1 |
I am having trouble with getting a networked computer to find an instance of the SQL server on my network.
|
| date format question | 26 Jul 2005 04:25 GMT | 6 |
In a datetime field, my app forces users to use the 7/25/2005 10:58:39 AM format. If users end up typing in 24-hour times, will it break anything?
|
| Importing Data | 26 Jul 2005 00:27 GMT | 1 |
I am trying to import data to an SQL Database from Access. I tried importing using the Enterprise manager, importing into a project connected to the Database, and using the Access upsizing wizard. The Enterprise Manager gives me this error:
|
| RowCount VS TOP | 25 Jul 2005 23:40 GMT | 5 |
Is Set RowCount @RowCount More efficient than simply using TOP? Thanks for any input.
|
| Help on creating a user function. | 25 Jul 2005 22:54 GMT | 2 |
When I declare a cursor,I use a variable to replace the sql statement: DECLARE rs CURSOR LOCAL FAST_FORWARD FOR @sqlPlan But it is not true.Who can correct for me.
|
| Executaion plan | 25 Jul 2005 17:21 GMT | 1 |
Does anyone know where I could find comprehensive information (on the net) on how to intepret SQL server's execution plans? For example: Hatch Match/Left semi join - Cost: 41%;
|
| Using Month Year Table | 25 Jul 2005 14:28 GMT | 8 |
We are using Month-year tables to keep the history of long transaction of our application. For example: We capture the details of a certain action in table "TransDtls<CurrMonth><CurrYear>" (this month: TransDtls072005).
|
| How to query by keyword for image field. | 25 Jul 2005 13:31 GMT | 2 |
If the data type of field is "varchar",we can use "like" to query if it has some substring. Such as "where custom.valuevariant like '%Verizon%' ", it will query out all records that contains string "Verizon".
|