Viewing 15 posts - 1,021 through 1,035 (of 3,500 total)
By looking at the indexes of the columns involved in the join. Could you give us an example of what you're looking at?
If a column participating in a join...
March 11, 2019 at 3:20 pm
Odd. When I tried it without any of the SendMail part, it worked:DECLARE @Recipients varchar(max) = 'polkadot@email.com',
@Subject varchar(max) = 'Submission at ',
...
March 11, 2019 at 12:00 am
Take the nice barometer to the building manager and ask him?
https://sqlsunday.com/2016/02/11/median-and-percentile-in-tsql/
March 8, 2019 at 6:27 pm
Like I just said - what you see in Access or SQL Server's relationships window is a visual REPRESENTATION of the relationships. Which way you drag or whatever to create...
March 6, 2019 at 8:03 pm
No. It's just a visual representation. Use whatever layout you find easier to understand. (Not that it matters in 2019... database diagrams are gone.
March 6, 2019 at 6:36 pm
This is my second case this week where the same query is fast in SSMS...
March 4, 2019 at 9:26 pm
Got data? (Create table scripts, insert scripts)
March 3, 2019 at 8:41 pm
That article helps a lot! However can you tell how I can tell if the report is cached or updated by the report?
How do you deploy the shared dataset?...
March 2, 2019 at 2:05 pm
For starters, I would rename the columns so they mean something. Databases where the column names are just about meaningless (and have the wrong data types) are a nightmare to...
March 2, 2019 at 1:52 pm
This post is 8 years old. Why not start your own post?
And how do you propose to find out what changed by using ROW_NUMBER()? Even if you did...
March 1, 2019 at 9:47 pm
just insert it. SQL Server handles the encrypting of the data before it gets written to the table.
March 1, 2019 at 12:02 pm
Sure. Post the CREATE TABLE scripts too. Should be enlightening.
Then we can all see if you really needed a cursor to accomplish the task.
February 27, 2019 at 8:08 pm
Oh for crying out loud. Why do professors teach you how to use cursors, but not in the proper place? I'd challenge the professor and ask why it can't be...
February 27, 2019 at 5:00 pm
Maybe this article will help?
http://www.sqlblog.nl/dynamic-refresh-ssrs-cache-using-sql/
(Doesn't directly answer your question, but explains how to refresh the cache on a schedule)
February 27, 2019 at 4:35 pm
Viewing 15 posts - 1,021 through 1,035 (of 3,500 total)