| Thread | Last Post | Replies |
|
| Interesting SELECT question | 06 Jul 2005 15:05 GMT | 4 |
Does ANSI SQL support conditional selects ? I have a table with say 15 fields tblTale1 ID
|
| Rollback issue | 06 Jul 2005 14:50 GMT | 1 |
I have a C# application that creates a SqlConnection object with an ADO connection string and then sets up a SQlTransaction object for that connection. Several records are posted to different tables in the database within this transaction. All these tables uses an identity
|
| ?HLEP..Sql Server UPDATE INNER JOIN QUERY ?????.. | 06 Jul 2005 14:31 GMT | 4 |
Im using an ADP to connect to a SQL Sqever DB. In access it was really easy to say Inner join on table1 and table2 and update columnA from table1 with columnC from table2 where table1.key = table2.key and table2 columnB =
|
| Database size limit | 06 Jul 2005 12:28 GMT | 2 |
I know very little... I am running Windows XP on a 2 way box as a workstation. I deal with extremely large databases 10-50 gb on a server running sql server. I am running MSDE and so can not locally run these databases.
|
| SQL queries that have parameters passed by user | 06 Jul 2005 12:28 GMT | 6 |
I have an sql query that has specific criteria (like state='PA' or state = 'NJ'...) and would like to be able to have the user specify the criteria dynamically either through the web or from MSAccess or another tool.
|
| Can I use osql to known the database install on a server via 'guest' ? | 06 Jul 2005 11:25 GMT | 1 |
Can I use osql to known the database install on a server via 'guest' account ? I had over 300 servers with sql server all around France (different version : 6.5, 7 and 8)
|
| filed name as a column | 06 Jul 2005 10:41 GMT | 1 |
How can I display filed name as a column, can any body help... There is one table name School and it contain 4 records and in the future might be it will increase but I want to display that records as a column like this
|
| Renaming Tables | 06 Jul 2005 08:00 GMT | 3 |
I did a SELECT INTO statement to copy a table. If I then edit the newly created table, can I then rename the original table to something else and rename the copied table to the name of the original table without problem? Is there some kind of GUID or something like that attached ...
|
| Related tables | 06 Jul 2005 04:22 GMT | 2 |
Is it possible to retrieve all tables that a given one is related to via foreign keys?
|
| trusted SQL Server connection.. | 06 Jul 2005 04:17 GMT | 2 |
I am trying to connect to different machine (SQL SERVER that is 172.131.31.211) but giving me the following error. --------------------------- SQL Server Enterprise Manager
|
| Guidance | 06 Jul 2005 04:17 GMT | 2 |
I have a scanario like I want to push the data from SQL Server to dBase and dBase to SQL Server but the problem is that dBase database is on the different machine so can any body tell me before making the DTS Package what inforamtion I need ?
|
| Error Mesaage: Error running script replcom.sql (1) | 06 Jul 2005 03:52 GMT | 2 |
I am trying to upgrade SQL Server 2000 SP3a to SP4, running on Windows XP Professional SP2, i am running into this error message below: Error running script replcom.sql (1) Please can someone help me, i logged onto the computer as Administrator.
|
| Service fails to start | 06 Jul 2005 02:39 GMT | 1 |
Am using SQL Server2000 on WINXP. Have been using this DB since it became available. Today, all of a suddent, the Service was not 'started,' even tho I had it marked as 'automatic.' Tried to manually start the service, and received the message that some service start and stop ...
|
| Trying to understand triggers | 05 Jul 2005 23:57 GMT | 2 |
Newbie here. I have a mailing list program that I really like. I also have a new membership program. The membership program has mailing list signups built-in, but it isn't nearly as robust as the stand-alone mail program. If someone signs up for a newsletter when they register ...
|
| Using CASE or IF with INSERT | 05 Jul 2005 22:19 GMT | 1 |
Within an INSERT statement where the VALUES are expressed, is it possible to evaluate one or more of the values with CASE or IF statements? Consider the following code;
|