Viewing 15 posts - 4,441 through 4,455 (of 5,111 total)
January 19, 2017 at 7:35 am
January 19, 2017 at 4:26 am
This looks like the error that existed with a prior version of SSMS 2016 (I believe it was either the October or November version). What version of SSMS are they...
January 19, 2017 at 4:18 am
Warnings won't really slow the report down, per say, but they could give you unexpected results. Some items may not display what you were expecting, or in the layout you...
January 19, 2017 at 2:48 am
Depends what you mean by "print to one page". Where are you printing from? The SSRS web portal, a downloaded report as PDF (and the report is overlapping onto other...
January 19, 2017 at 2:39 am
This is a role I really need to read more into. Reminds me that i really need to get our CRM account permissions "dumbed" down. It's good to know that...
January 19, 2017 at 2:26 am
There are a number ways you could, do this. You could get the list of your duplicates first, and insert them into a dataset, for example a temporary table. You...
January 19, 2017 at 1:22 am
Cursors are inherently slow, so I'm not surprised it's taking awhile.
One way to identify duplicates is by using the GROUP BY(Transact-SQL) and HAVING (Transact-SQL). You could use this...
January 18, 2017 at 11:54 am
January 18, 2017 at 11:31 am
This looks like a homework question (You have your question number in your post). Perhaps some further reading on GROUP BY (Transact-SQL) would assist you better with your learning.
January 18, 2017 at 11:26 am
No edit button on the mobile site is annoying....
January 18, 2017 at 11:12 am
Your CASE statement should look like this:CASE Eventcode WHEN 'Open' THEN EventAdded ELSE NULL END
Edit: Got the laptop, so I can finish my post now.
The...
January 18, 2017 at 11:11 am
sqlfriends - Wednesday, January 18, 2017 9:05 AMHow many concurrent users allowed ?
In Access, or on SQL. If SQL, how many...
January 18, 2017 at 10:15 am
if you have the ability to, now is an excellent time to make a backup of your PC (and set a restore point, as it's a home PC).
January 18, 2017 at 7:34 am
January 18, 2017 at 4:18 am
Viewing 15 posts - 4,441 through 4,455 (of 5,111 total)