Viewing 15 posts - 1,546 through 1,560 (of 59,065 total)
Nothing like a bit of PPTS. Can't help but watching.
April 14, 2023 at 6:30 pm
Here in New Jersey USA it's too nice of a day to sit behind a screen! Spring fever in full effect here 🙂 After my 2 o'clock meeting... adios
Heh......
April 13, 2023 at 7:41 pm
I'm EXTREMELY uncomfortable with this approach because it is turning the SQL Professional into a clever user, not a thinker.
Ditto that and love your post. Thanks for taking the...
April 13, 2023 at 7:34 pm
April 12, 2023 at 11:11 pm
Does anyone realize that if the docs are stored on the file system as opposed to a blob in a table, the need to scan them is then part...
April 12, 2023 at 2:56 pm
Heh... I remember my Grandmother telling me when I was quite young, "Figures can lie... and liars figure". She was so right even back in the late 50's when she...
April 12, 2023 at 2:24 pm
we do not want to use xml. so pls tell me with out it?
At least read the latest posts. 🙁 Kaj wrote a solution for you and I tweaked...
April 12, 2023 at 2:15 pm
You've just gotta love people that give a super low rating to an article or QoTD without leaving a reason. 🙁 I thought this was a great question because of...
April 12, 2023 at 2:03 pm
The rounding up of the last 30 seconds to the next hour is not a problem.
...
And as for space, if we have 100GB of data, then we have a...
April 12, 2023 at 1:34 pm
But users want to test with real data.
Then you really, really need to make sure that security is as air-tight as it is in production and management needs to...
April 12, 2023 at 1:23 pm
@Brandie...
The code at the following link, written by Jonathan Kehayias, has been a huge help on occasion.
As one example, one of the screens in an app that our folks wrote...
April 12, 2023 at 4:23 am
For any data you had to delete, anything with personally identifiable information, there are a couple of tools that can generate data for you to use in testing and...
April 12, 2023 at 3:52 am
Why is it acceptable that a test environment is less secure than a production environment?
It's not, IMHO, and I don't see anywhere in the thread above where that was...
April 11, 2023 at 11:11 pm
As the OP want an opinion about the two code options presented, i.e.
Option 1:
DECLARE @strcol1 varchar(max), @intco11 int
SELECT @strcol1 += ','+CAST(col1 AS VARCHAR(20)), @intco11=col1
FROM...
April 11, 2023 at 8:10 pm
I tend to write these things to allow any combination of values later, so I stick with individual checks. For example, suppose later they want to check for status...
April 11, 2023 at 7:27 pm
Viewing 15 posts - 1,546 through 1,560 (of 59,065 total)