Viewing 15 posts - 6,016 through 6,030 (of 26,490 total)
Steve Jones - SSC Editor (8/24/2014)
You don't want to do this in...
August 24, 2014 at 2:15 pm
Eirikur Eiriksson (8/23/2014)
rajeshjaiswalraj (8/23/2014)
August 23, 2014 at 6:07 pm
KGJ-Dev (8/23/2014)
With SalaryReport as (
Select 1 as IdSalary,100 as IDMainCompany , 1000 as IDSubCompany ,200000 AS Salary, 20000 as Incentive, 500 as...
August 23, 2014 at 11:50 am
Duplicate post. You have one in a SQL Server 2012 forum and another in a SQL Server 2014 forum?? What version of SQL Server are you running? ...
August 23, 2014 at 11:46 am
Duplicate post. You have one in a SQL Server 2012 forum and another in a SQL Server 2014 forum?? What version of SQL Server are you running? ...
August 23, 2014 at 11:46 am
Qira (8/23/2014)
1- x_CV
CREATE TABLE [dbo].[x_CV](
[CVID] [int] NOT NULL,
[point_To_Score] [tinyint] NULL,
[score] [tinyint] NULL,
CONSTRAINT [PK_x_CV] PRIMARY KEY CLUSTERED
(
[CVID] ASC
)WITH (PAD_INDEX = OFF, STATISTICS_NORECOMPUTE =...
August 23, 2014 at 11:12 am
Eirikur Eiriksson (8/23/2014)
Lynn Pettis (8/23/2014)
Really??Mail every minute and if it goes down then one can tell as the emails will stop:-D
😎
Slowly getting more details.
August 23, 2014 at 11:08 am
rajeshjaiswalraj (8/23/2014)
From B i have to check A Instance is up or not. If not it has to...
August 23, 2014 at 11:05 am
If you expect to be running this procedure on the same instance it is supposed to be checking, not going to work. If the instance is down, the job...
August 23, 2014 at 10:47 am
Qira (8/23/2014)
CREATE TABLE [dbo].[x_Score](
[idx] [int] IDENTITY(1,1) NOT NULL,
[ApplyJob] [varchar](1000) NULL,
[r_ApplyJob] [varchar](1000) NULL,
[score] [tinyint] NULL,
CONSTRAINT [PK_x_Score] PRIMARY KEY CLUSTERED
(
[idx] ASC
)WITH (PAD_INDEX = OFF,...
August 23, 2014 at 10:13 am
Well, SPAM has over taken the Active Threads pages. Guess no one really needs much help this weekend.
August 23, 2014 at 8:58 am
Have you tried running the script in a sandbox database?
August 22, 2014 at 6:23 pm
sku370870 (8/22/2014)
Sean Lange (8/22/2014)
sku370870 (8/22/2014)
Lynn Pettis (8/22/2014)
Sean Lange (8/22/2014)
brad.mason5 (8/22/2014)
SELECT...
August 22, 2014 at 3:57 pm
Sean Lange (8/22/2014)
brad.mason5 (8/22/2014)
SELECT TaskID
,TaskDate
...
August 22, 2014 at 2:49 pm
Viewing 15 posts - 6,016 through 6,030 (of 26,490 total)