Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / DB Engine / SQL Server / September 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Filegroups/Table Layout02 Sep 2008 23:03 GMT1
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 databases02 Sep 2008 20:05 GMT6
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 express02 Sep 2008 19:56 GMT1
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 procedure02 Sep 2008 19:50 GMT1
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 GMT2
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 problems02 Sep 2008 16:36 GMT2
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 DISTINCT02 Sep 2008 16:15 GMT1
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 Field02 Sep 2008 16:10 GMT2
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 Vista02 Sep 2008 10:10 GMT4
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 executed02 Sep 2008 09:00 GMT1
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 Group02 Sep 2008 07:29 GMT3
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 GMT3
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 Suspect01 Sep 2008 17:13 GMT2
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 proc01 Sep 2008 13:20 GMT3
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 200501 Sep 2008 06:13 GMT1
Source Code Msg: setup.rll
Msg ID: 70342
LinkID: 20476
Microsoft SQL Server - 9.00.3042.00
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 August, 2008
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.