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
help for a complex query12 Jul 2008 10:01 GMT5
I have two tables.
First is CAT_TABLE_LIST ;
FIELD_NAME            OPPOSITE_NAME    TBL_NAME
Height (mm)                              COL_1                TBL_13
how to implement check constraint in the particular column12 Jul 2008 08:53 GMT1
how to implement check constraint in the particular column
Inserting Default Values when an input parameter is NULL12 Jul 2008 01:54 GMT4
Has anyone found a solution in SQL Server 2005 for inserting default
constraint values into a table when an input parameter is NULL?
In SQL you can do the following:
INSERT tbl
Aggregate overflow11 Jul 2008 22:22 GMT4
I have a table that looks like
CREATE TABLE ZipStats
    ZipCode     CHAR(5),
    Cost        int
List parameters for Stored Procedures11 Jul 2008 22:05 GMT5
I am trying to get a list of stored procedures (not system stored
procedures) along with there parameters.
Is this possible?
Thanks,
Index a calculated column in SQL Server 2000?11 Jul 2008 21:58 GMT9
Hi thanks for looking. I'm trying to create an index on a calculated column
in SQL Server 2000 using:
ALTER TABLE Trade ADD TradeDateTrimmed as DATEADD(dd, DATEDIFF(dd, 0,
TradeDate), 0)
SQL Server 2000 access...11 Jul 2008 20:24 GMT7
I have a table in my SQL Server 2000 database that I do not want to allow
any rows being deleted from. So, I simply right clicked the table in
enterprise manager, clicked permissions, then placed an "X" beside all of
the users listed there under the "Delete" heading.
Help With Calculated Value11 Jul 2008 20:21 GMT4
In the below I need to calculate (TransactionHistory.Quantity *
TransactionHistory.CostValue) AS ExtendedCost WHERE
TransactionHistory.TransactionTypeID=15 AND (TransactionHistory.Quantity *
TransactionHistory.CostValue*-1) AS ExtendedCost WHERE
Date parameter defaults to current system date11 Jul 2008 20:14 GMT3
I coded a parameter:
@RunDate As DateTime = GetDate()
and it complained, can this be done?
Create a different connection from TSQL11 Jul 2008 19:43 GMT5
I am attempting to write "unit" tests for my procs.  one of those procs uses @@spid as a value in the table.  I need to
write a test that will check a different value of @@spid.
I was hoping for something like this (but i can't find the TSQL for it)
(do the stuff before)
Set IDENTITY from T-SQL11 Jul 2008 19:24 GMT12
The Microsoft online helps shows this syntax for modifying existing columns
to turn IDENTITY on with the following syntax:
ALTER TABLE MyCustomers ALTER COLUMN CustId IDENTITY (200, 2)
However other blogs state this is not supported(?) and I get an error when I
Need view with variable parameter11 Jul 2008 19:14 GMT2
I need to do what a view does (return a table) but I need a variable
parameter (current date). I've heard about functions, can they do this and
how do I write one? Thanks.
T-SQL first and last day of current month11 Jul 2008 19:09 GMT3
I need an elegant way to determine the first and last of the current month so
I can compare if other dates are prior to or after the current month.
I do know that GetDate() gets me the current date and DatePart() gets me
individual parts of the month. I think I can see how to get ...
Synonyms11 Jul 2008 18:46 GMT2
I've got code running from one particular database on a server.  I
want it to refer to tables in another database on the same server, and
maybe another database on another server.
Do I need to create the synonyms in the Master database, or in the
Desparate Appeal: Why is this Query so Slow?11 Jul 2008 18:44 GMT34
This is related to the problem I posted earlier, and might actually be the
route cause.
I have two tables, like this:
CREATE TABLE Events (
 
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.