Viewing 15 posts - 91 through 105 (of 236 total)
Adi Cohn-120898 (1/31/2011)
January 31, 2011 at 4:55 am
Adi Cohn-120898 (1/31/2011)
select default_schema_name
from sys.database_principals
where name...
January 31, 2011 at 3:45 am
My Question is why it is not working when i write a Query like
select * From tableA
as my default schema is Risk.
January 31, 2011 at 2:59 am
Koen (da-zero) (1/28/2011)
Then why is the explanation confusing? I find it pretty clear...
It is Confusing because in his Query the parameter 1 does not mean that Number of samples.if you...
January 28, 2011 at 3:41 am
Koen (da-zero) (1/28/2011)
sharath.chalamgari (1/28/2011)
select stdev(pa_Rates) From...
January 28, 2011 at 1:45 am
I think the Explanation is bit confusing.
if you give any numeric value to the function without any from clause it will give NULL.
SELECT STDEV(100)
"The STDEV function uses all of the...
January 28, 2011 at 1:24 am
are you looking something like this
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE Procedure_Package
-- Add the parameters for the stored procedure here
@PackageCategory varchar(150),
@Package_Location varchar(50),
@Duration varchar(100),
@startRange int,
@EndRange int
AS
BEGIN
SET...
January 28, 2011 at 12:55 am
Please u write the Procedure first and then let us know where exactly you are Facing the Problem
January 28, 2011 at 12:48 am
Nice Question,needs little bit time to go through the Query
January 21, 2011 at 2:10 am
if you are talikng about the ssis packages you can execute and schedule it using sql job agent.
The below URL might help
January 20, 2011 at 6:01 am
Thanks Jeff for the article. i learned something about the datename function and these langauages settings.
January 20, 2011 at 5:53 am
i guess you are taking about the Procedure
sp_help_revlogin not the one you have mentioned. This Procedure is used to transfer the logins from one server to another server....
January 18, 2011 at 7:30 am
Good Work Paul!
I haven't seen any article that explains the database designing concepts like a story,easy to understand format. 🙂
January 18, 2011 at 7:16 am
Viewing 15 posts - 91 through 105 (of 236 total)