Viewing 6 posts - 1 through 6 (of 6 total)
what value i have to give to parameter name @sp-2 sysname in the procedure to execute as shown given below
create procedure dba_GetDependencies1 @sp-2 sysname
July 16, 2010 at 11:33 am
I tried to execute the code again but still its not working
Now Its Giving error in the section given below
INSERT INTO DimTime
SELECT
TimeKey,
????TimeFullDate,
????TimeDayNumberOfWeek,
especially for TimeKey and TimeFullDate
July 6, 2010 at 3:08 am
Your code is not working. It 's giving error ColRowNo is invalid Column. Can you please try to remove that error from your code. I executed that code in...
July 6, 2010 at 2:30 am
Your code is not working as tried to execute in SQL SERVER 2008. Its showing some syntax error in the code section given below :
SET DATEFORMAT MDY;
DECLARE @StartDate DATETIME...
July 5, 2010 at 2:49 am
Actually you are right that i want to understand how that code is working.Only was able to understand Common Table Expression out of this script. Actually I want to understand...
July 2, 2010 at 9:21 pm
Can someone explain me how the script given below is working ?
Especially the CASE Statement
DECLARE @Text NVARCHAR(2000)
DECLARE @StringDelimiter CHAR(1)
SELECT @Text = 'This T-sql will split senteneces into...
July 2, 2010 at 6:40 pm
Viewing 6 posts - 1 through 6 (of 6 total)