| Thread | Last Post | Replies |
|
| Datediff needs to deliver month AND days | 26 Aug 2005 23:37 GMT | 3 |
with datediff all I can get it to return is months or a total of the days... so if the difference in dates is 12 months 4 days how do I adjust the SQL to accommodate both?
|
| Query Analyzer Question | 26 Aug 2005 22:48 GMT | 1 |
Is SQL Query Analyzer available anywhere as a stand alone application? Thanks
|
| Exchange of login for database user | 26 Aug 2005 22:20 GMT | 11 |
I have a database with 2 users - 'dbo' and 'user1'. Currently: => 'dbo' is tied to login - 'login1' => 'user1' is not tied to any login.
|
| WHERE field=(select field from tables)?????? | 26 Aug 2005 22:16 GMT | 4 |
I need some help. I am trying to write a query which does the following SELECT * from table1 where field1=(SELECT distinct field1 FROM table1 WHERE field2='2005' or field2='2010')
|
| Protecting Database From Code Stealing and Installer Advice | 26 Aug 2005 17:17 GMT | 3 |
Dear Group I'd be grateful if you can give me some advice on the following. An application I wrote uses an MSDE backend and I wonder whether there's a way (even for the system administrator) of not seeing or
|
| Backing up non-simple SQL Database | 26 Aug 2005 16:58 GMT | 1 |
I am responsible for backing up two Windows 2003 servers, one of which contains a non-simple SQL database. The tapedrive is a DLT1 without any automated loading (I must load a new tape each day by hand).
|
| how to find a culprit | 26 Aug 2005 12:47 GMT | 1 |
I want to find who and when the changes wasdone to a particular database or table into the database of SQL 2000 server. Is there any way to monitor it ? With regards
|
| Comparing time values | 26 Aug 2005 08:35 GMT | 6 |
I have a table called WorkItem. It models a chunk of work done during a working day. It has two columns that I'm interested in: Start (smalldatetime) - the TIME the work block is begun
|
| Show All Months in First Column of Stored Procedure | 26 Aug 2005 06:53 GMT | 2 |
I need what would be similar to a cross tab query in Access. First Column down needs to show all the months, column headings would be the day of the month.... 1 2 3 4 etc...
|
| Login failed for user 'null' | 26 Aug 2005 02:10 GMT | 1 |
I have problem with linked servers (MS SQL Server 2k)- when I try to execute query(update, insert..) with linked servers, I have message Login failed for user 'null'. This is very strange problem, some computers in AD (2k3 std) don't have this error, when the other have this problem ...
|
| need help : SQL Server and Clear Case | 25 Aug 2005 22:57 GMT | 2 |
Environment 1)We are using VBA,MS Access 2000/2003 and SQL Server 2000 in our project. 2)We need to use Rational clear case as the SCM tool.
|
| Managing ntext, text with a long text data | 25 Aug 2005 22:52 GMT | 2 |
I have a problem to insert(update) a long text (more than 64K) into SQL 2000 (datatype - 'text'). It cuts the data and insert only 64K. MSDN says: "When the ntext, text, and image data values get larger, however, they must be handled on a block-by-block basis. Bot
|
| help with join? | 25 Aug 2005 22:08 GMT | 1 |
I have two tables with the same layout, and I need to join them in a way that all the records from each table will be "on top" of each other (not sure how else to word that). For example:
|
| help with join | 25 Aug 2005 21:09 GMT | 7 |
I have three tables that I need to join and I'm not sure how to do it. tblCompany - main address table for all companies, key is CompanyID tblUsers - list of users, joined to tblCompany with CompanyID, unique key is UserID
|
| Simple 3 table query failing. | 25 Aug 2005 19:06 GMT | 2 |
I have a database with three tables tbl_listings - listings of houses on for sale tbl_intersted - table which tracks if a user is interested in the listing, it has two columns mls(the key for tbl_listings) and user(user
|