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 2009

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Need advice on planning tables31 Jul 2009 22:46 GMT3
I have two tables: Professors and Articles.
I need to classify the lessons given by the professors and their
articles using the following information:
- Levels and Grades are as follows:
SQL2K: Wait Between Statements in Stored Procedure31 Jul 2009 14:41 GMT5
I have a stored procedure with 3 statements in a transaction:
1) TRUNCATE TABLE myTable
2) INSERT INTO myTable ...
3) EXEC master..xp_cmdshell 'DTSRun /S MYSERVER /E /N "My DTS Package"'
an adjacency list problem31 Jul 2009 13:50 GMT8
I have a adjacency list model on a table.
The table's script is;
CREATE TABLE [dbo].[REPORT_LINE](
[ID] [int] IDENTITY(1,1) NOT NULL,
string parsing31 Jul 2009 12:41 GMT5
I have a varchar type column which stores data like below.
(sample values for 7 rows)
(@2857 + @2858 + @2859 + @2860 + @2861 + @2862)
(@2894 + @2895 + @2896)
Variable declared but still undeclared31 Jul 2009 02:14 GMT4
In a stored procedure, in addition to doing other things I am using a
variable @ABC simply to hold sum of a column yr_2004  as follows:
declare @ABC int
select @ABC = sum(yr_2004) from PROJ_POPSELECT
retrieve record NOT in a list with compund PK31 Jul 2009 01:00 GMT5
To retrieve records from a table with a simple PK we know we can use WHERE
NOT IN.. or WHERE NOT EXISTS or the LEFT OUTER JOIN ON field = null
eg.
Select * from Customers where CustomerID NOT IN (2, 34, 23)
How to create table in Linked server30 Jul 2009 23:04 GMT1
I created linked server (access) in sql 2005.
I can read data like this query.
select * from LinkedServer...ATable
I need to create the table and drop the table using linked server.
whay this query don't work ?30 Jul 2009 19:40 GMT3
I have make this query  any i have all variable declared but this query don't
work.
Whay ????
Please heil me
How to add sequence number within groups of repeating values30 Jul 2009 17:01 GMT4
When you have groups of numbers in a column e.g.
SomeColumn
---------
101
Make a comma delimited list30 Jul 2009 16:35 GMT4
Excuse my English, my native language is Spanish.
I want make a comma delimited list but can not get to work within a
'SELECT'. Alone get it to work but when put into another 'SELECT' no.
Thank you very much in advance.
How to use FOR XML PATH processing-instruction?30 Jul 2009 16:27 GMT1
Does anyone have instructions on how to use the 'processing-
instruction' directive in the FOR XML PATH statement?  I've
looked in many places but can't find guidance on how to use
this.
Syntax error converting datetime from from character string30 Jul 2009 15:50 GMT15
I recieve the syntax error when tring to link a sp to Crystal reports 8. The
sp runs fine to query analyzer. The sp was originally written to run for a
specific client, but I took all the code referring a specific client to run
for all and now I get the Syntax error. Any help would ...
Any new technique to use results from one stored procedure in another?30 Jul 2009 15:15 GMT3
An old technique for this is to use a temporary table to hold the results of
the stored procedure,  an INSERT EXEC statement to execute the procedure and
save results. Once the results held in the temporary table they could be
used like any other table data.
Sql cursor is not returning data30 Jul 2009 14:54 GMT3
I have written a cursor to fetch user id from the employee table and I want
to fetch details of those user from users table.  Cursor is as below. But it
is not returning required data. Please correct me where I have went wrong.
DECLARE @UserName NVARCHAR
A self-generated certificate30 Jul 2009 11:43 GMT2
[SQL2005 SP2]
I see the below message in the SQLServer log shortly after the service gets
started:
" 2009-07-29 00:09:28.590 Server A self-generated certificate was
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 June, 2009
 
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.