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
How to execute SP that returns a select set from another SP06 Jul 2008 23:06 GMT7
I have a stored procedure that returns a select set and I want to use the
result of that SP within another stored procedure.  But I have not figured
out the syntax and I'm not sure it can even be done.  Here is a simplified
example.  Can anyone show how this is done for real.  ...
mysql file format06 Jul 2008 20:27 GMT2
please help me understand mysql file format or or any related links
would also be very helpful
Date Questions06 Jul 2008 19:16 GMT6
Basically, I am trying to get invoices in a specific finacial year. See
below. So, if I start with 2008 I will get 2008/2009 between 6th April 2008,
and 5th April 2009.
declare @targetDate as int;
DELETED and INSERTED tables in UPDATE TRIGGER06 Jul 2008 09:50 GMT3
Hello, I have a table with complex primary key( consisting of two fields ).
MSSQL2005
Example:
CREATE TABLE PersonPhone(
Using an SQL function as part of a view06 Jul 2008 00:27 GMT6
I am using SQL Server 2000 and have written a fucntion that I would like to
include in a view. The function returns a decimal value.
When I go to my view, right click and select "Add table..." and then click
on the "Functions" tab, there is nothing there to pick. What am I ...
SELECT * FROM @Table not using Dynamic SQL (if exists)05 Jul 2008 23:51 GMT9
I have asked in some question before about use a select by choosing table you
want, this is like:
DECLARE @Table VARCHAR(20)
SELECT @Table = "tblSome"
Using Update with Cross Apply05 Jul 2008 21:22 GMT8
SQL 2005 (and 2008):
I need to know if the results of this UPDATE statement are "undefined"
(as documented in Books Online) or not.  It seems that I need an ON
statement (like when Update is used with Inner Join), but SQL doesn't
select statement - multiple values returned05 Jul 2008 18:27 GMT13
How can I contruct a statement like such which may return many values
(@type)
select @type = "select type FROM hlsoccupancy
  WHERE hlscaseno = @hlscaseno = AND seqno = @seqno"
Insert Records05 Jul 2008 17:40 GMT1
I have 3 tables:
create table dbo.Files
(
 FileID uniqueidentifier not null
SQL Server 2005 CE and Delphi 505 Jul 2008 17:00 GMT1
Is some posiilities to connect SQL Server CE from Delphi 5 ?
I'm trying ADOConnection (OLE DB), but without result. One what I done is a
message box with "Unknown error" text.
Waiting for any sugestions.
Automation Script05 Jul 2008 16:03 GMT3
I have to go to all tables within a database and assign a default value to
the column DATE_CREATED. I am considering creating an automated script to do
that. Is there any existing tool for these kinds of global changes?
Thank you,
2005 equivalent05 Jul 2008 03:29 GMT2
Below statement works fine in 2000 but in 2005 it fails because All is
deprecated . What can be used in place of ALL for 2005 version
SET Grant = 'GRANT ALL PRIVILEGES ON /* ' + @object_type + ' */ ' +  ['+
@object_name + ']'+ 'TO Dev_user'
Date switch05 Jul 2008 03:25 GMT2
When I issue the following search in my page 07/06/1975, the SP returns
records with a date value of 06/07/1975 as a match.  Where do I change this
setting to match on UK format?
Regards
MS SQL ROUND() vs. VB ROUND()04 Jul 2008 23:36 GMT1
Signature

Luis Garcia
IT Consultant

Bug? Problem with query on linked server04 Jul 2008 23:18 GMT1
I have a very strange problem.
I'm working with 2 servers with sql 2000 SP3.
Linked server has "Microsoft OLE DB Provider for ODBC Drivers" as
provider.
 
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.