Viewing 15 posts - 1 through 15 (of 52 total)
Yes, it is the only instance on the server and that is what puzzles me. Every time I changed port, it created sp17s server as shown in the output...
January 8, 2017 at 8:07 am
I totally agree with you. Initially they were all Stored Procedures. I changed them to functions as I can't really do EXEC in select query unless I write...
April 14, 2016 at 9:50 am
I may not have conveyed my question properly. This is how I achieved my solution. I understand my code references tbl and fn but I have to...
April 14, 2016 at 7:43 am
This question tested more of my English understanding rather than the actual problem. Question should have been expanded. A quick read by anybody would consider syntax errors also.
November 4, 2015 at 3:09 pm
Sean Lange (10/28/2015)
sarath.tata (10/28/2015)
October 28, 2015 at 11:01 am
So many questions... This could be achieved with this query... The mistake i did was putting same number in person id for everyone (copy / paste issue). There can...
October 28, 2015 at 9:13 am
P Jones (7/29/2015)
July 29, 2015 at 7:04 am
Alvin Ramard (7/23/2015)
sarath.tata (7/23/2015)
July 23, 2015 at 8:59 am
Yes, I selected SSIS log provider for SQL Server and selected an OLEDB connection for configuration, selected Events to be logged. But, I'm not sure where to look for...
July 23, 2015 at 8:46 am
I have implemented Package Logging in my SSIS package and executed it. Can you please advise where I can see the results stored? I thought it might be creating...
July 23, 2015 at 8:36 am
No doubt, it is the best community of SQL 🙂
June 2, 2015 at 2:48 pm
Well, Yes, I agree!! I am working on data migration where I saw this pattern. I'm fixing this to have clean data in my new DB. I would like...
June 2, 2015 at 2:04 pm
Alvin Ramard (6/2/2015)
FYI, using REPLACE with the format you gave looks pretty simple:
REPLACE(REPLACE(REPLACE(REPLACE(PhoneNumber, '(',...
June 2, 2015 at 1:32 pm
A solution from a guy:
SELECT DeptName, PersonName, StartDate, EndDate
FROM (
SELECT DeptName, PersonName,
ROW_NUMBER() OVER (PARTITION BY DeptName
...
May 29, 2015 at 10:18 am
Sean Lange (5/29/2015)
sarath.tata (5/29/2015)
Sean Lange (5/29/2015)
sarath.tata (5/29/2015)
Sean Lange (5/29/2015)
May 29, 2015 at 10:11 am
Viewing 15 posts - 1 through 15 (of 52 total)