| Thread | Last Post | Replies |
|
| BCP error - missing data | 31 Jan 2007 22:46 GMT | 3 |
After loading the BCP files that are created during the trigger/ reporting events I've noticed that the data in the table is missing records. I've also noticed that the missing records (records in the table but not in the BCP out files) seem to occur in contiguous
|
| BCP error - missing data | 31 Jan 2007 20:42 GMT | 1 |
After loading the BCP files that are created during the trigger/ reporting events I've noticed that the data in the table is missing records. I've also noticed that the missing records (records in the table but not in the BCP out files) seem to occur in contiguous
|
| Help With complex SELECT | 31 Jan 2007 18:12 GMT | 4 |
Can someone help me with an advanced query? I have two tables Table 1: Employees Cols: UID, lname, fname
|
| DTs and Buisness Intellegence | 31 Jan 2007 01:31 GMT | 1 |
i have a bunch of dts packages..from sql2k is there a utility to convert them to sql2005 any suggestions dave
|
| Query Help | 31 Jan 2007 01:22 GMT | 1 |
I am trying to join these two select statements into a single result that would look like the following: Ticket Number, Issue, Email meeting this criteria from table "job_ticket" WHERE
|
| Update Statement | 30 Jan 2007 22:32 GMT | 3 |
I'm trying to update an older table with some new information. Our previous systems stored US state info by their abbreviation, now have a state table and link with the appropriate state id. I would like to update the old table to our new system so set a new field called
|
| 10080 sql server 2005 configuration caused error? | 30 Jan 2007 21:30 GMT | 1 |
I have an ancient preCambrian app that uses the db library to interface with sql server databases. It is written in c++. When testing it I noticed on one machine with sql server 2005 installed it
|
| backup/restore of Tables ONLY (please) | 30 Jan 2007 20:10 GMT | 6 |
I'm having difficulty searching for an answer to this challenge. Can someone give me a clue on the right keywords to use to find a discussion on this subject? All of the ones I saw appear to touch on older versions. I'm working with SQL Server 2000, and need to backup
|
| Updating online SQL 2005 database from local database | 30 Jan 2007 19:04 GMT | 3 |
I have my first small SQl Server 2005 database developed on my local server and I have also its equivalent as an online database. I wish to update the local database (using and asp.net interface) and then to upload the data (at least the amended data, but given the
|
| SQL Server 2000 and Milliseconds (datetime data type) | 30 Jan 2007 15:18 GMT | 2 |
I'm running into a constant issue of SQL Server modifying the millisecond part of a timestamp insert from another application. The application inserts timestamp which includes a millisecond portion as a string (varchar). But when an SQL Server moves this data to another
|
| intermittent OLE DB error | 30 Jan 2007 14:11 GMT | 2 |
I have this problem occuring intermittently: When I try to add a package to the project, and click on the Package path button. I get a oledb error x080004005 (client unable to establish connection)...
|
| Executing Stored Procedures | 30 Jan 2007 11:28 GMT | 3 |
I am running SQL2000. Can anyone tell me how I can use the contents of a table as parameters for a stored procedure that resides on a different SQL server? I have a table:
|
| 1st Image Control Shows Wrong Image | 30 Jan 2007 11:22 GMT | 1 |
In my asp.net application I have a local report with an image control in the detail row of the table and the Value attribute set as ="File://" & Fields!FQPhotoFileName.Value The first row in the table always shows the wrong image and it's always the
|
| Storing SQL Server 2005 objects and queries in Perforce | 30 Jan 2007 09:24 GMT | 2 |
We are trying to use source control to store our database objects and queries in Perforce. The general idea is to produce scripts which create all objects in the DB and then store the SQL in source control. Has anyone done this before and can suggest some advice? Alternatively
|
| Update bad addresses | 30 Jan 2007 05:04 GMT | 5 |
I got got a pile of bad email addresses to update in our SQL database. I know how to do this for individual records using the update command. Is there a way to execute an update using the list of addresses in an excel spreadsheet or some other form of list? This kind of scripting
|