| Thread | Last Post | Replies |
|
| SQL Server 2005 : Is odbc bulkcopy available? | 22 Aug 2005 22:15 GMT | 1 |
I'm trying to find out if we can use bulkcopy via odbc in sql server 2005. With sql server 200 we could use the odbcbcp.dll. I can not find any info regarding this for ms sql server 2005. Thanks,
|
| Help With Query | 22 Aug 2005 21:26 GMT | 3 |
I have a table as below --------------------------- name linkcode level ---------------------------
|
| indexes for different purposes | 22 Aug 2005 18:02 GMT | 3 |
Do you know of a good reference, or alternatively a rough-and-ready rule of thumb, about indexing for purposes of analysing a database? I take a snapshot of a fairly large database and analyse it ... so I'm not concerned with the index performance issues associated with, say, ...
|
| ODBC SQL Server database reconnect questions | 22 Aug 2005 16:45 GMT | 2 |
I have an ODBC 3.0 Application on Windows NT Server maintaining a connection to a SQL Server 2000 database on the same machine. When an error occurs, I'd like to be able to determine whether the error is serious enough that the database connection has been lost, so I can
|
| TSQL Help | 22 Aug 2005 11:37 GMT | 2 |
A stored procedure was running slowly so I took the code, removed the subselect and included a join, then took the max and included as part of a correlated subquery. The result is below, however, this is no improvement over the original.
|
| When should I to wrap DML to transaction | 22 Aug 2005 09:33 GMT | 1 |
Hi to all. Many times i saw that some people wrap the single insert, delete or update statements to transaction. My question is suppose i have procedure , and inside this procedure i perform
|
| Tricky questions. | 22 Aug 2005 06:31 GMT | 2 |
Most questions of exam 70-228 have a selection of answers that all seem correct, but in reality, the right answer is the one that best solves the question.There a few trick questions like how to allow someone access to SQL Server using the Guest account over the Internet, and i ...
|
| Like vs = | 21 Aug 2005 17:14 GMT | 6 |
Is there a major speed difference if WHERE col like 'abc%' is used against WHERE col = 'abc' in a select statement in stored procedure? Thanks Regards
|
| versions: SQL Server 2005 Express / .NET Framework v2.0 | 21 Aug 2005 15:51 GMT | 1 |
I've installed SQL Server 2005 Express Edition on my machine (version 9.00.1187, the "June 2005 CTP"). Do you know the precise version number for the .NET Framework that must be installed with it? (.NET Framework v2.0.50215.45, which is the latest version that I can find
|
| SQL / SQLCE Synchronisation Issue??Help Needed Please!!! | 20 Aug 2005 18:47 GMT | 2 |
I have a problemo - basically i have one large SQL2000 DB. This is edited / updated etc by users of the website i am developing. However i also wasnt a SQLCE component as i want certain users to recieve user-specific information from the database to their PPC's (I don't
|
| SQL Server - Access synchronization | 20 Aug 2005 15:12 GMT | 5 |
I have a VB app which stores information in an Access 2000 db. The VB app handles multiple users (it's a logbook type of application, users share lookup tables but don't share information among themselves - IOW, I couldn't see your log entries and you couldn't see mine).
|
| Another SQL Server Express 2005 question | 20 Aug 2005 15:06 GMT | 2 |
Would it be possible to install both sql server express 2005 and sql server 2000 on the same server win2k machine?
|
| How to find SQL SERVER ? | 20 Aug 2005 14:01 GMT | 2 |
How to find total number of SQL Server which is running in local network m/cs, through C# or from one of SQL Server? - Thanks in adv.
|
| Need help on a select statement using MYSQL ^.^ | 20 Aug 2005 13:11 GMT | 2 |
I want to create a select statement showing --> John -- happy -- Alice -- Mad -- Sunday John -- Mad -- Alice -- happy -- Monday Here is my table structure:
|
| SQL server Express 2005 compatible with asp | 20 Aug 2005 12:47 GMT | 2 |
Can I use asp 3.0 applications with SQL server Express 2005? If yes, how easy is it to upgrade slq server 2000 databases to sql server express 2005? (All the databases are under 4gb)
|