| Thread | Last Post | Replies |
|
| Filegroups/Table Layout | 02 Sep 2008 23:03 GMT | 1 |
I have this query: select sys.tables.name,sys.data_spaces.name from sys.tables,sys.data_spaces where sys.tables.lob_data_space_id = sys.data_spaces.data_space_id
|
| New to SQL 2005 and backing up databases | 02 Sep 2008 20:05 GMT | 6 |
I have just started working in SQL 2005 and was wondering what the easiest or standard way is to backup the databases on the SQL Server. Thanks...Mike
|
| error opening Sql Server Management studio express | 02 Sep 2008 19:56 GMT | 1 |
When I open Sql Server Management Studio I get a message box with a triangle and a ! but no message when i click on ok it goes on looks like it works. How do i remove this error?
|
| default value for int type in stored procedure | 02 Sep 2008 19:50 GMT | 1 |
I'm trying to assign a default value to an int type column in a stored procedure that will display all records if the user does not select an item from a drop down list. I have tried ">0" and "%" but I get an error. How do I select all records. Thanks for any help.
|
| Restoring a number of logs (SQL2K) | 02 Sep 2008 18:48 GMT | 2 |
When I have to restore a number of Logs, I have to change the FILE number in the RESTORE command manually. Is there a way to automatically restore *all* log files? Thank You
|
| Uploading German Characters from file giving problems | 02 Sep 2008 16:36 GMT | 2 |
When trying to upload German characters from an Excel sheet to a database table using DTS package the following happens: Characters can be read in the Excel sheet. After uploading, the characters cannot be read from the database table. The characters are replaced by a
|
| Help with SELECT DISTINCT | 02 Sep 2008 16:15 GMT | 1 |
I have a table called Products with columns ID (Primary key), Names, Category, Store and Vendor. I want to get the unique names along with their ID that fall under Category T, so I tried the following, SELECT DISTINCT Names, ID
|
| Trim Field | 02 Sep 2008 16:10 GMT | 2 |
I have a SQL Server database as a back-end to an application built in Access. My description field is set to 50 and if the users key's in a 10 character description, the remaining become spaces. What would be the best way around this? I tried putting =RTrim([Description]) on ...
|
| Upgrading SQL2005 32 bits to 64 bits on Vista | 02 Sep 2008 10:10 GMT | 4 |
I installed SQL2005 on Vista. My question is: Will the subsequent upgrades convert this installation into a 64 bits version? If not what is the process to obtain the 64 bits installation software? Thanks,
|
| DTS, how to find out when a DTS was last time executed | 02 Sep 2008 09:00 GMT | 1 |
I am looking for a simple way to find out when a DTS was last time executed. We do have hunderts of DTS on our SQL2k servers and want to get ride of the not used DTS before we migrate to SQL05. Some of these DTS may run only every 3 month (Quaterly end), some only every month
|
| Set Unique number per Group | 02 Sep 2008 07:29 GMT | 3 |
For each group I wants to give an UniqueId like this. ID UniqueId 3 1001 3 1001
|
| Linked server results taking 24 minutes (too long) | 02 Sep 2008 05:00 GMT | 3 |
We have the following select statement: SELECT gi.anbr AS A_Number, gi.Adt AS A_Date, ct.Atypnm AS A_iSSUE, gi.Amedt AS A_ISSUE_Date, gi.Atypcd AS A_CODE FROM OPENQUERY(DB2Link, 'SELECT * FROM Sch.GenInfo') AS gi
|
| Restore a database marked as Suspect | 01 Sep 2008 17:13 GMT | 2 |
I have a problem handed to me from a Client. The Client is using a SQL server database for production statistics and follow up. Somehow (I don't know how, nor does my client contact) the databse in question was marked as SUSPECT by management studio and could not be accessed.
|
| insert trigger calls stored proc | 01 Sep 2008 13:20 GMT | 3 |
I have a insert trigger that should sent the responding column or columns to a stored procedure on another server. My guess is that only one row of data is transferred to the stored procedure. Of course i want all returning rows to be transferred!
|
| Cannot install express 2005 | 01 Sep 2008 06:13 GMT | 1 |
Source Code Msg: setup.rll Msg ID: 70342 LinkID: 20476 Microsoft SQL Server - 9.00.3042.00
|