Viewing 15 posts - 1,006 through 1,020 (of 3,489 total)
Or company attorney, if they have one.
March 12, 2019 at 12:55 pm
… and if the company gets security audited, that's going to be serious. and expensive.
March 12, 2019 at 11:36 am
Wait. I'm confused. You tell which are primary keys and foreign keys by looking at the table definitions. Inner joins vs outer joins - that's a join in a query:...
March 11, 2019 at 4:22 pm
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
Viewing 15 posts - 1,006 through 1,020 (of 3,489 total)