| Thread | Last Post | Replies |
|
| Date Range Query | 31 Dec 2006 21:59 GMT | 6 |
Is there a better way of doing this: SELECT * FROM PreGXSurvey WHERE dtsurvey BETWEEN CONVERT(DATETIME, '9/25/06', 1)
|
| Need to populate multiple records | 31 Dec 2006 03:51 GMT | 4 |
is there a sql update query or similar that I could type out and run on the fly somehow that would populate a specific field in all of the records of a table with the same value? Thx
|
| Upgrade | 30 Dec 2006 19:25 GMT | 6 |
I'm running SQL2000 Standard on a 2003 standard server. I want to upgrade to 2005. I have about a half dozen small databases on the system with very basic table structure and maybe 20 very basic stored procedures (select and insert procedures).
|
| PIVOT | 30 Dec 2006 17:08 GMT | 3 |
I have 3 tables: Telbook(Id:int,Name:char,address:char,comment:ntext,owneruserid:int), PK:id TelNumbers(telbookid:int,telno:char,telNotype:int,syscode:int),PK:syscode,FK:telNumbers.telbookid=telbook.id
|
| Connection SQL Server 2005 with DNS hostname mismatch | 30 Dec 2006 09:37 GMT | 3 |
When using the MS SQL 2005 JDBC driver, I now need to have the DNS name resolution to the client correctly set up. If not I get the following error: SQLState: 08S01
|
| Bulk Insert Questions | 29 Dec 2006 23:35 GMT | 1 |
I'm using Bulk Insert for the first time and have a question. I'm getting an error message about a field being truncated: Bulk insert data conversion error (truncation) for row 2, column 12 (Depleted)
|
| Microsoft SQL Server Error 5123 | 29 Dec 2006 23:22 GMT | 3 |
I have SQLServer 2005 dev edition loaded on a windowsXP Pro machine. I installed it ok. I just attempted to load the Personal Web Site Starter Kit that comes with VStudio 2005 -- it loaded ok, but when I went to view the default.aspx page I got this error:
|
| SPID in Blk By is itself | 29 Dec 2006 22:14 GMT | 1 |
I am seeing intermittent blocking problems. The strange part of it is, that the SPID listed in the Blk By column is the same as the SPID that is being blocked. Has anyone seen this before, or have any idea what this may suggest?
|
| Replace function | 29 Dec 2006 20:07 GMT | 6 |
Can someone help me use the Replace function properly? I try this: SELECT REPLACE('<br />','<br />','vbCrLf'), * FROM Peart3Log This returns all the records, but includes a 'no name' column filled
|
| [scripts] prompting user | 29 Dec 2006 15:37 GMT | 10 |
please, how to promt user in mu sql 2005 script? For example, I need user to confirm some operations.. . Thx in advance
|
| Dynamic storage of file name | 29 Dec 2006 13:09 GMT | 1 |
How to dynamically find out and store the logical datafile and logfile name from a backup file of a database so that the restore statement of the database could be generated at run time. Gouri
|
| How to create the ER Diagram for SQL Server Database objects | 29 Dec 2006 09:54 GMT | 2 |
I have to prepare an ER diagram for the objects in my SQL Server database. I have used the option "DIAGRAMS" in EnterPrise Manager of SQL Server 2000. It is creating the diagram for the selected tables (but the diagram contains only the table which i have selected. It is
|
| putting names of objects to control-flow loop creating objects | 29 Dec 2006 09:53 GMT | 5 |
please help newbie I need to create a lot of objects the same type (let's say: schemas) I wish to use paramerized block in loop to do so. - how to put names of my objects to such control-flow?
|
| Auto Generate Unique Primary Keys | 29 Dec 2006 06:36 GMT | 2 |
I am moving an Access db to SQL as a 'project'. How can I replicate Access's Primary key generation in SQL 2000? Example: EmployeeID, TestID, TransactionID that all have unique primary key numbers that are auto-generated?
|
| Microsoft SQL Server, Error: 1418 | 29 Dec 2006 02:39 GMT | 2 |
I have just installed SQL 2005, SP1 server on two test computers and am trying to get database mirroring to work. No witness server is being used. I have done a FULL backup of the database and backed up the transaction log. I have also restored the database and the transaction
|