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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Underlying Sql returning data; View not returning anything at all ?!30 Dec 2008 16:27 GMT9
I have a view in a Sql Server database that is not returning any
records at all.
However the underlying Sql returns 3,004 records. I've deleted the
view then rebuilt it but still find that "select * from
Pulling a number out of an nvarchar field30 Dec 2008 15:49 GMT13
I have an nvarchar field that has data like:
XYZ40AB
WX32A
27 blah
Using @@CURSOR_ROWS30 Dec 2008 15:44 GMT9
Using SQL 2000, I've inherited a large number of stored procedures that
rely on cursors.  I often would like to check the number of rows
retrieved by these cursors.
Studying @@CURSOR_ROWS in SQL Server Books Online, I understand that it
cursor types difference30 Dec 2008 15:29 GMT5
please give full details of each and every types of cursors . espesiaaly about keyset cursors
From http://www.developmentnow.com/g/113_2006_10_0_2_0/sql-server-programming.ht
Posted via DevelopmentNow.com Group
http://www.developmentnow.com/g/
XML indexes  decreas select performance30 Dec 2008 14:13 GMT1
I have table with xml filed. Using this field for select as min,group by,
where. Using the data like "xmlFiled.value('(//errortime)[1]','datetime'))".
My table has 1.8 Million recs .
My TestDB has only 16,000 recs.
NOT GETTING ANSWER30 Dec 2008 12:16 GMT3
ALTER PROC STUDENTS
(    @M1        INT,
    @M2        INT,
    @M3        INT,
Free mock tests on different technologies @TechFaq36030 Dec 2008 11:30 GMT2
Check out for Free Mock tests on Oracle OCP OCA and many more
@TechFaq360:
http://www.techfaq360.com
SQL Error handling30 Dec 2008 09:50 GMT1
In the SQL below I only want to /* Add to groups */ if there is no violation
of the primary key (MemberEmail). How could I do this?
I guess I'd also need to return an error code so that I can also let the
webservice that uses the stored procedure know that the reason it didn't
Handling Special Character in SQL Server30 Dec 2008 05:01 GMT6
I have created a Stored Procedure to Return FirstName & LastName
Please find the Example
EXEC sp_EmployeeName @CustID = 'SP1234'
Output
ABOUT designing SQLServer a Index30 Dec 2008 01:26 GMT2
I have a table COUPONS with a clustered index on two columns (username,
insert_date). This table references table USERS on username.
1. Which is better:  The clustered index on COUPONS  be (username,
inserted_date) or (inserted_date, username)?
Temp table across stored procedures29 Dec 2008 23:31 GMT6
for one of my projects, I need to store values within one procedure call
within one stored procedure and retrieve a subset of these rows within a
second procedure.
In other words, the first proc selects some rows from actual facts
Trying to figure out how to use sql server for email29 Dec 2008 20:59 GMT3
I am dealing with an Aceess Sql Server application. I need to send emails to
one or more users of system based on conditions that can be traced to sql
server database table. I have not used sql server email before. I am looking
for some articles/ concepts to enable me get started ...
Change schema of table / proc?29 Dec 2008 20:17 GMT3
Is there an easy way to alter the schema of a table without having to
repopulate it's data or losing data? I'd assume it'd be the same way for a
sproc too? thanks!
numbers table join help29 Dec 2008 18:21 GMT5
Let's say I have a numbers table in a temp table  like follows:
Idx,Key
-1,10
0,9
finding number range29 Dec 2008 17:47 GMT3
AmountId    BeingAmount    EndAmount
1    50            80
1    90            140
1    150            200
 
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.