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 / February 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Build One row from 3 rows of SQL Table.29 Feb 2008 23:42 GMT8
OrderNo    Customer        EmpID    FName    LName
1000003    ROYAL BANK SAUDI    191    Jill    Banks
1000003    ROYAL BANK SAUDI    7116    Andy    Schmidt
1000003    ROYAL BANK SAUDI    7014    Dave    Pennel
Execution plan: strange timings29 Feb 2008 23:41 GMT3
I have some approximate timing statements scattered in a proc that uses
GetDate() and subtraction to see approximately how long various steps in
the proc take.  My code does this:
Declare @StepTime Datetime
Simple way to swap rows to columns (not cross-tab)29 Feb 2008 23:30 GMT8
I think this is much simpler than a cross-tab. I'm just trying to take the
output from a query that gives me from 2-50 rows and output each of the rows
for one column as a column in a single row. The new column headings make no
difference.  I really just want a simple way to take ...
paralel execution29 Feb 2008 23:25 GMT12
Is it possible to execute 2 different statements at the same time inside
stored procedure?
For example
UPDATE table1 set col1=.......
Ficticious Test Data29 Feb 2008 23:23 GMT9
Does anyone know of a web site out there where I can find ficticious personal
data, name, address, phone, e-mail, for testing purposes???
Thanks in advance for your help.
PSULionRP
getting rid of repeats in a self-join29 Feb 2008 23:01 GMT8
I am trying to get rid of all customers who match themselves in this
query that are in the same state however even with the not equals in
the where clause it still gives me the repeats.  Is this a  change in
SQL Server 2005 from 2003?  this is a self-join.
Regarding Table partitioning29 Feb 2008 22:35 GMT2
To one of my queries yeterday on table partitioning in sql 2005, I got the
following response:
"Partitioning is mostly for manageability rather than performance.  The key
to performance is largely query and index tuning.  4 million rows is not
What is this code attempting to do? CASE29 Feb 2008 21:10 GMT8
I found the following code as a SQL statement being used by an SRS
report, it does not seem to work and I was curious as to what this is
attempting to do.
The error message states at the end
problem inserting into a temporary table29 Feb 2008 21:02 GMT7
I have a temporary table that a number of sps insert date into however I get
the following error:-
Insert Error: Column name or number of supplied values does not match table
definition.
How to calculate sum of Amount for a group of lines?29 Feb 2008 20:59 GMT2
UI    Source        Order    Amt            Category
4901    OracleEMEA    111044    -32747.990000000002    Booking
4901    OracleEMEA    111044    -22814.380000000001    Booking
4901    OracleEMEA    111044    -3636.1700000000001    Booking
Windows Authentication Mode.29 Feb 2008 19:53 GMT3
I am using Windows Authentication Mode in SQL Server 2005. I would appreciate
if anyone let me know the connection string which I used. Both the web server
and database server are on domain....
Which user I have to mention in the connection string.
passing parameters to proc29 Feb 2008 16:32 GMT3
I have a web app that is passing a parameter to a stored procedure that is
pivoting the table. The param is going to the stored procedure as "NE, SE",
on the proc end how can the proc take both values and return the data that
equals "NE, SE"?
Insert into master-slave (base class-subclass) structure29 Feb 2008 16:01 GMT6
I'm wondering, is there any simple way to insert data
into two tables, one of which acts as master
(base class in OOP, maintains PK), and the second
is slave (specific subclass, holds some additional description
How to use result set29 Feb 2008 15:03 GMT2
      I am newbie to MS SQL server 2005. I am writing a stored proced
which uses a system provided stored procedure. I can succussfully call
the sytem stored procedure but i don't know how to access the result
set inside a stored procedure. Can you pls explain the way for that?
Proper method of reserving IDs29 Feb 2008 14:53 GMT2
I have a situation where I need clients to reserve an ID before they start a
request. It's possible than several users may try to reserve the same ID. If
that happens, whoever gets there first gets it, and the rest should try again.
My question is, if some sort of race condition ...
 
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.