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
OUTPUT parameter question30 Jul 2008 22:22 GMT5
In an sproc is there any problem in having an output parameter being set from
an output parameter of a called sproc. e.g.
CREATE Procedure dbo.ESIMonthlyNC
(
Arithmetic Overflow30 Jul 2008 20:54 GMT6
Hi, I have two fields of FLOAT type :
(1) OriginalBilledCharges
(2) BilledCharges
Here is my code:
Simple vs. searched CASE function30 Jul 2008 20:52 GMT6
Using SQL Server 2000, in Query Analyzer both of these statements
properly return "This is NOT null" for columns that are null.  The first
uses 'simple CASE' and the second uses 'searched CASE'.  POLICY_ID is a
char column.
Decode bit values from Integer30 Jul 2008 20:11 GMT3
I have a int field in a table that stores bit values for example:
0 -view
1- edit
2- delete
Help creating a select statement30 Jul 2008 19:27 GMT11
I have a table calle [field_definitions] that has the fields [table]
and [field_name].  These fields refer to other tables and field names
in the table.
what I want is if I do the following I want the value to return the
"Not Null Default" column behavior change in SQL 2K and SQL 200530 Jul 2008 18:50 GMT5
I happened to migrate my database from SQL 2K to SQL 2005. Pretty much
everything went well when I simply did backup in SQL 2K and restored it
into a pre-created database in SQL Server 2005. Here is the issue I am
trying to address
How to create a Login that it is not allowed to see or list other databases?30 Jul 2008 17:57 GMT5
how do I create a login so that other databases can not be listed with the
SQL Server Management Studio.
When I do this, I can see other databases:
CREATE LOGIN MyTable WITH PASSWORD='Password', DEFAULT_DATABASE=MyTable,
Self Join Question30 Jul 2008 17:23 GMT2
I have a query that join multiple tables together: emp, person, job. The
result give me duplicate empno, if that employee have more than one job.  
I just want to get unique empno to display, with the latest startdate,
regardless how many job that they had
Select Distinct Question30 Jul 2008 17:14 GMT7
I have this employee table, want to show unique empno with the latest
startdate.  If the employee have more than 1 jobno, then select distinct keep
showing all jobno for that employee.  All I want is just to show the record
of that employee with the latest startdate, regardless ...
Hotfix 323330 Jul 2008 16:37 GMT4
My SQL Server / SSIS and tools build is currently 3161.  If I shutdown my
machine, it automatically installs Hotfix 3233 and breaks my SSIS designer.  
If I try and add a Data Flow task to an existing package I get the following
error:
Help needed with SQL statement30 Jul 2008 16:31 GMT13
My table is a history of entries that changed the price of a book
ex. on March 15, 2007  books price was changed to 5.00
     on April 22, 2008 books price was changed to 5.75
     on April 29, 2008 books price was changed to 6.00
Ungültige Verwendung von 'getdate' in einer Funktion30 Jul 2008 16:31 GMT4
ALTER    FUNCTION dbo.getfaelligkeitsueberschreitung_in_tagen( @belegnummer
bigint , @belegdatum smalldatetime )
RETURNS int
BEGIN
Compare two parameters30 Jul 2008 16:24 GMT3
I have a stored procedure with 4 defined parameters that will be populated
with dates from select statements...  The parameters are defined as
@BeginDate datetime, @BeginDate1 datetime, @EndDate datetime, @EndDate1
datetime.  I need to find the lowest value of the two @BeginDate ...
Putting a 'text' into a dynamic SQL statement30 Jul 2008 15:09 GMT4
People,
I need to substitute the text ‘test’ in the select (see No 2) – does
not work and I didn’t expect it to because it should be done like No
3.
install  sql30 Jul 2008 14:56 GMT1
When I try to install SQL Server 2005, I get an error when trying to
configure the OWC11 (office web components). It tells me it cannot
find the
required files and suggest I look into c:\Program Filess\Microsoft
 
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.