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 / Programming / SQL / July 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Long time for DTS package28 Jul 2008 19:38 GMT2
I know this is probably not the most efficient way to do this, but it's the
only way I know how
I created a DTS package throught the SQL 2000 Import Data wizard - -
unfortunately, there were around 30 million records that are being copied
Pivot table in 200528 Jul 2008 19:10 GMT8
Here are the two tables I have.  Each sponge run has multiple weights
associated with it.  I need to create a pivot table to list one run per row
with weights_# in 1, 2, 3, 4, 6, 9, 10, 19.  I started the query below, but
I just can't get it to line up on one row.   :
Selecting "All" vs "List" in an sp28 Jul 2008 18:37 GMT3
I have fairly lengthy sp that on some occasions will select data for "All"
(CustId's e.g.). Or other occasions there is a variable that represents a
concatenated "List" of (CustId's). -- with a function to turn the list to a
temp table
Returning top 5 in a join?28 Jul 2008 17:26 GMT2
Using SQL 2000.  I am trying to join two tables in a query with a one to
many relationship.  Trouble I'm having is I only want to return the top 5 of
the joined table records.
What I have is an inventory table and a history table.  So for a given list
Create storedprocedures dinamically28 Jul 2008 17:10 GMT8
Hi all, misters
I want to create a stored procedure for create severals stores procedures,
using some parameters
Any sample about it, please ?
SMO SetDefaultInitFields is confusing28 Jul 2008 16:55 GMT3
SetDefaultInitFields is confusing, and poorly documented.  I'm on SQL
2005 and Visual Studio 2005, and .NET 2.0.
I am trying to tell SMO to fetch a bunch of table properties in one
call, since the server I am reading from is remote (through a VPN).
Dashboard "Missing Index" Report and Resetting Indexes28 Jul 2008 16:48 GMT7
Is there a
DBCC SQLPERF
(or other syntax)
command to "reset" the indexes that show up in the "Missing Index" report in
Stored Procedure Select and Update ?28 Jul 2008 15:49 GMT4
I am trying to write a stored procedure to select a record and update.
So far I have :
PROCEDURE GetNumber (@NextID Nvarchar(16) OUTPUT) AS
UPDATE Table1 SET DateUsed = Getdate() WHERE ID = (SELECT TOP 1 Id FROM
Noise Word and Thesaurus UDF28 Jul 2008 15:43 GMT8
Can anyone help me create a function that will accept a string of words,
 then remove any that are listed in a noise word table, add any that
match in the thesaurus table, and returned to whatever called it?
Cheers,
Lookup table structure preferences28 Jul 2008 15:39 GMT22
As DBA's, do you have a preference to how code lookup tables are built?  For
example, say I have the need for a number of lists of selectable values in
an application.  The first is customer status, the second is salutation, etc
etc.
We optimized our reporting and slowed down our data input!28 Jul 2008 15:26 GMT6
We have a SQL Server 2K5 DB Application (with Merge Replication Involved) and
we were having performance issues with Reporting (they took too long to
generate).  We introduced Maintained Views to reduce our reporting times and
discovered that most of our data input functions ...
Finding problem with hanging stored procedure28 Jul 2008 15:10 GMT5
I am working on an insert SP, but now it will not execute.  I have given it
4 minutes, although it still doesn't execute.
Here is my SP,
CREATE PROCEDURE InsertEmployee
Dumping results to excel28 Jul 2008 11:26 GMT3
I'd like to write sql code that takes the results of some queries and
dump them into excel.  I'm told you can use bcp to do that...but I
also want to format the results - all without leaving sql.  So for
example I'd like to make the column headers bold, etc.  I'm told bcp
Combine multiple details rows into one column on master (sql 2000)28 Jul 2008 11:10 GMT1
I find this at:
http://www.sqlservercurry.com/2008/06/combine-multiple-rows-into-one-row.html
==================================
-- Query to combine multiple rows into one
Date Function28 Jul 2008 11:05 GMT7
Is there a TSQL function similar to the MS-Access
"DateSerial(Year,Month,Day)" function, that will convert values for a year,
month and day to a date?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 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.