|
database
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
SQL Server database programmingmicrosoft.public.sqlserver.programming
Suppress Column Headers
Paco -
29 Sep 2006 9:09 PM - 1 message
Is there a way to suppress column headers in the results grid? I need to create a list of records from a specific table in multiple databases, but I don't want the column header to appear between the data from ...
The use of Indexes
SDyckes -
29 Sep 2006 2:26 PM - 1 message
Is there a reason why SQL would chose not to use an existing index on a table, when the data is being request in a UNION statement? Here is the type of statement I am using: Select * from Archive..report where cn = '12345' ...
Automate backup and restore from Live to Test environment
dondiego -
28 Sep 2006 9:15 PM - 1 message
Hello, I need to automate the replication from live server to test server (i.e weekly backup of a live server followed by restore to the test server). Any pointers would be greatly appreciated. Thanks in advance, Don Diego ...
problem with row(s) affected
SQL Learner -
27 Sep 2006 9:00 PM - 1 message
SQL Server 2000. Inside a stored procedure I wrapped and update in 2 print statements as follows: PRINT 'e' UPDATE dbo.MailNotificationRecipients SET SendTo = @SendTo, CopyTo = @CopyTo WHERE UserGroupID = @UserGroupID PRINT 'f' The output is suprising to me ...
Syntax error converting the varchar value
Rob -
26 Sep 2006 4:35 PM - 1 message
Hi, While I can run the following stmt. explicitly: --start DECLARE @iMiscItemId INT DECLARE @iPaymentItemId INT SELECT @iMiscItemId = TEMPLATE_ITEM_ID FROM T_GL_TEMPLATE_ITEM WHERE ITEM_NAME = 'MISC' SELECT @iPaymentItemId = TEMPLATE_ITEM_ID FROM T_GL_TEMPLATE_ITEM WHERE ITEM_NAME = 'PMT_CREDIT' SELECT CASE TRX.TEMPLATE_ITEM_ID WHEN NULL THEN CAST(@iMiscItemId AS VARCHAR(20)) ...
SS2005: Truncating the log file
Craig HB -
25 Sep 2006 6:03 PM - 1 message
In SS2000 I used this to truncate the log: dbcc shrinkfile ('MyDatabase_Log', 2) At 1st that worked in SS2005, but not anymore. It runs, but doesn't reduce the file size. When I first installed SS2005, Shrink File in Management ...
problem connecting to SQL Server 2000
Dan Aldean -
25 Sep 2006 5:36 PM - 1 message
Hi, I try through C# (.NET) to connect to a database. I registered earlier a server and then I deleted the registration. Then I registered another one and I am able to see in the SQL Server Enterprise Manager my tables. ...
cumulative problem
Gogzilla -
25 Sep 2006 4:06 AM - 1 message
Hi all I would like to calculate the cumulative summation by ordering the descending type from htese below data, Id Status Item Description Score Amount ...
|
|||||||||||||||||||||||