| Thread | Last Post | Replies |
|
| What server do you prefer? | 10 Oct 2005 04:43 GMT | 3 |
Hi.... I need to buy a new server for my MS-SQL... becose frequently appear deadlock's, and the Disk Times (read and write) are over the 80%... so i have some questions about that...
|
| PK and Timestamp in same table? | 09 Oct 2005 22:43 GMT | 7 |
Is there any reason to have a row that is the PK/Identity and a row that is datatype Timestamp in the same table? Does this in any way help speeding up row updates? Thanks,
|
| SQL Replication | 09 Oct 2005 18:18 GMT | 4 |
What is the purpose of setting the primary key to not for replication? thanks.
|
| SQL for field names from a table | 09 Oct 2005 10:42 GMT | 6 |
We have a database with some tables with (what I would denote as) 'referred field names'. Like this: DataTable1 with fields F1, F2, F3
|
| parsing varchar fields | 09 Oct 2005 08:00 GMT | 21 |
What are some good strategic approaches to using freeform text fields for data that needs to be queried? We have a product whose tables we can't change, and I need to count on a "description" field for storing a value. Two, actually. I'm thinking of adopting this convention:
|
| Joins: strategy and how-to approach | 09 Oct 2005 07:46 GMT | 4 |
My SQL acumen stems from just a couple courses, and everything since from the trenches. Fun + angst over time. I'm needing some advice on joins. Though I understand the basics, I'm having problems abstracting from instances where it's easy to think about
|
| changing indexes | 08 Oct 2005 20:11 GMT | 1 |
Hi, My application goes through a lengthy data processing phase before it's ready to run. During the DP phase I'm mostly inserting records, afterwards many of my tables will be read only. Is there anything wrong with dropping indexes used for the DP and setting up clustered
|
| Error handling when calling external sql-Files | 08 Oct 2005 14:37 GMT | 3 |
I am using SQL Server 2000. I have some files with SQL-Statements. The SQL-Serveragent runs jobs which execute the SQL-Files: (e.g. osql /E /n /i \\server\d$\lager_pool.sql) How can I implement an error handling.
|
| Need help with multiplication | 08 Oct 2005 12:47 GMT | 1 |
I am a newbie. Just started using SQL recently. My SQL statement adds up monthly sales fields to get a '12MONTH' number. I then repeat the previous statement and divide by four to get a '90DAY' supply. Then I take my quantity on hand and subtract the result of the
|
| SQL Import of LArge Amount of Data | 08 Oct 2005 05:22 GMT | 5 |
This is a general question on the best way to import a large amount of data to a MS-SQL DB. I can have the data in just about any format I need to, I just don't know how to import the data. I some experience with SQL but not much.
|
| OpenRowSet with Excel DENIED | 08 Oct 2005 01:34 GMT | 2 |
Same with OpenDataSource. SQL 2000, logged in as non-SA. Getting message: Ad hoc access to OLE DB provider 'Microsoft.Jet.OLEDB.4.0' has been denied. You must access this provider through a linked server.
|
| SQL Question - Unions | 07 Oct 2005 20:27 GMT | 3 |
I have a question on how to return only some records from my existing query (shown below). I want to return only records that occur in both sides of the union AND have the same tablename. (Maybe thier is an easier way than starting with the union, which you may suggest).
|
| How Do I Prevent SQL 2000 From Posting This Message To The Event Viewer - Application Log | 07 Oct 2005 19:24 GMT | 9 |
How do I prevent SQL Server 2000 from posting successful backup completion messages to the Windows 2000 Application Event Log? I have scheduled jobs which backup my transaction logs on 50+ databases and it always writes to the Windows 2000 application event log upon
|
| question about like | 07 Oct 2005 16:51 GMT | 1 |
I have a table that looks like this tbl1: nvchValue nvarchar(100) NOT NULL biVal1 bigint NOT NULL
|
| Maintaining a chain with multiple inserts | 07 Oct 2005 15:24 GMT | 6 |
I know that this has probably been discussed, but I couldn't find anything with Google. I have the following problem... I receive a set of text files that describe a chain of insurance claims. Each claim may be copied from an older claim and it may be copied to a newer claim. I
|