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
Is it possible to get the same @SPID for two TableAdapter instance?23 Jul 2008 21:04 GMT3
I am relying on @@SPID to create temporary data in my stored procedures.
The scope of temporary data is a single SQL Server session.
The technique is called Process-Keyed Tables and it is described here:
http://www.sommarskog.se/share_data.html#prockeyed
Insert23 Jul 2008 20:54 GMT7
I have three result set Like
ID
----
5
Manipulating complex joined query in a view23 Jul 2008 20:02 GMT4
I have a view in a sql server database. This view involves join on
project_num with associated with four entities (along with other joins)
tblSMI SM
prs.dbo.project PR
Iterating XML in SQL Server 2005 (or 2008) stored procedure23 Jul 2008 19:11 GMT7
I need to update add rows in a table from the UI. Rather that call my
AddData stored proc 3 times to save 3 rows of data, I'd rather wrap
the data in XML and pass this to the stored proc. Then, I'd like to
iterate the XML block and perform 3 INSERTs. How can this be
SQL Developer Edition Question23 Jul 2008 18:00 GMT5
Before I go buy this I want to make sure it will work.  I am running
Vista and I have seen that if you install SQL SP2 that it will work
correctly on this OS.  Just thought I would ask the experts before I
make a purchase.
question on indexing23 Jul 2008 17:23 GMT11
Consider a variation of the classical order header and detail example:
CREATE TABLE OrderHeader (
   OrderID INT,             <- PK
   OrderNumber VARCHAR(10), <- uniqe (alternate key)
SCOPE_IDENTITY issue with INSTEAD_OF trigger23 Jul 2008 16:44 GMT2
SQL Server 2005 SP1
After inserting into a table with an INSTEAD_OF trigger and an AFTER INSERT
trigger, the SCOPE_IDENTITY() function returns 0.
Is this per design ?
Can a relationship contain a literal constraint?23 Jul 2008 16:28 GMT2
Maybe literal constraint isn’t the right word.  What I mean is a column
constrained to a constant instead of being constrained to a key.
Here are the example tables I am working with:
app1_rows table
Database Design23 Jul 2008 15:21 GMT5
Which book is Good Database Design(RDBMS)
Thanks
Raj
Sql server datatransfer??23 Jul 2008 14:48 GMT2
    Im using two database db1,db2, the data will be insert,update will done in db1 will be uploaded once in a day.if i updated or inserted the records in another day means it should fetch that records alone and updated to db2 database,im using sql server 2000,asp.net2.0.how can i ...
Please help with Select Statement (Zip File)23 Jul 2008 14:32 GMT4
After digging around, I found the source of the problem and I don't know how
to fix it.  I've recreated my DB and it's in this zip file.  The zip file is
here and it's really small.
http://www5.upload2.net/download/6e8cfbfa2d31009e2afe94e46b67a255/48864815/YAHQQ
hodIvOktxg/Test.zip

A small speed problem23 Jul 2008 14:11 GMT4
In access I have this Pass-Through Query
Select *
From RISK.TBL_DEMAND_FINAL
Where GROUPID = 2307689
security23 Jul 2008 14:01 GMT1
What is the easiest way to create a user that has READ access to one
view (I am assuming if he can do a select on a view that contains
multiple tables, he can by default read the tables), and permission to
do a WRITE to one table (that table has a trigger also)?
Oracle cron job calling SSIS package23 Jul 2008 13:49 GMT3
Can a Oracle cron job call a SQLServer SSIS package? Has anyone tried this?
Thanks,
SQL_Help
what's it mean: Remote tables are not updatable...23 Jul 2008 13:03 GMT6
I have a sp that delete teh records from the table, but I
got this message:
Remote tables are not updatable. Updatable keyset-driven
cursors on remote tables require a transaction with the
 
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.