Viewing 15 posts - 1,366 through 1,380 (of 15,381 total)
The NOLOCK hint is one that many people don't fully understand. It is usually not a good idea to use when accuracy is important. A view is probably not a...
July 28, 2016 at 7:29 am
Not exactly sql server related but this made me chuckle.
for (int i = 0; i < 1; i++)
{
pIntId = pageID.InnerXml.ToString();
}
Perhaps this could be simplified? :w00t:
July 27, 2016 at 1:14 pm
jasona.work (7/27/2016)
Sean Lange (7/27/2016)
Lynn Pettis (7/27/2016)
I just love people that want others to do their job for them.I have no words...
Considering the latest response in that topic, I have an...
July 27, 2016 at 9:37 am
liorvikel (7/27/2016)
noi have error in SQL AGENT .
i need scripts .
Good luck. Perhaps if your post was a little more cordial and less demanding we could help. Maybe...
July 27, 2016 at 9:27 am
Lynn Pettis (7/27/2016)
I just love people that want others to do their job for them.
I have no words...
July 27, 2016 at 8:52 am
ajspencer (7/27/2016)
July 27, 2016 at 8:02 am
ajspencer (7/27/2016)
I need some assistance with a code. I am trying to return the APPL_CURRENT_STATUS where the APPL_CURRENT_STATUS_DATE is the max(APPL_CURRENT_STATUS_DATE)
SELECTAPPLICANTS_ID,
...
July 27, 2016 at 7:17 am
SQLRNNR (7/26/2016)
Jack Corbett (7/26/2016)
July 26, 2016 at 2:42 pm
Jack Corbett (7/26/2016)
July 26, 2016 at 12:20 pm
Awesome job posting ddl, sample data and desired output. I have been staring at this for several minutes and I can't figure out the rules here at all. A join...
July 26, 2016 at 8:21 am
TomThomson (7/26/2016)
July 26, 2016 at 7:39 am
BLOB_EATER (7/26/2016)
Before enabling TDE I would...
July 26, 2016 at 7:14 am
There is certainly some potential issues with concurrency when using persistent tables to hold values that are only relevant for a given run. I certainly did not dig through all...
July 22, 2016 at 2:18 pm
drew.allen (7/21/2016)
Sean Lange (7/21/2016)
drew.allen (7/21/2016)
SELECT DISTINCT STUFF(
(SELECT ', ' + t2.Name
FROM #Temp...
July 21, 2016 at 12:36 pm
drew.allen (7/21/2016)
SELECT DISTINCT STUFF(
(SELECT ', ' + t2.Name
FROM #Temp t2
where t1.ID =...
July 21, 2016 at 10:08 am
Viewing 15 posts - 1,366 through 1,380 (of 15,381 total)