Viewing 15 posts - 526 through 540 (of 1,999 total)
Lynn
I was thinking that if you show them that if you contribute to the community then you get the Rockstar job. lord alone, look at Grant, he gets flown around...
December 9, 2019 at 2:21 pm
it would be nice to get a thankyou occasionally though. 🙂 I think off the top of my head I see about 10 users who do most of the "heavy...
December 9, 2019 at 12:46 pm
Position a Column in an Index.
are you talking about choosing the order of columns in an index?
December 9, 2019 at 12:39 pm
I suspect that they are someone who is way in over their head, and uses places such as here to "do their job".
Just to be a contrarian, I'm...
December 9, 2019 at 12:28 pm
Grant is correct, if you put your database into 3rd normal form you will have to join. In my honest opinion getting 3nf is the most important part of getting...
December 9, 2019 at 12:21 pm
we have a little app server and use a service account for monitoring - that should fix your issue
December 9, 2019 at 12:08 pm
https://www.mssqltips.com/sqlservertip/3076/how-to-read-the-sql-server-database-transaction-log/
that might help
December 9, 2019 at 9:53 am
that's what fredeico's code does
he uses convert (date) to force it back to midnight
December 9, 2019 at 9:47 am
if it's that small a recordset and you aren't using procs, then i'm guessing it's an access client? - if it is then I think I might know the issue
December 9, 2019 at 9:40 am
On the subject of questions getting worse, here's what it has finally come to. Notice in the zip file that there is absolutely everything that one might need to...
December 9, 2019 at 8:48 am
We had a person at my old job. She was ALWAYS on the phone. I got curious as to why and so I discreetly "hung around" for...
December 6, 2019 at 6:22 pm
We had a person at my old job. She was ALWAYS on the phone. I got curious as to why and so I discreetly "hung around" for...
December 6, 2019 at 4:32 pm
p.s. I've also adopted the policy of NVO (No Verbal Orders), especially for "urgencies". It there's not a well documented ticket to support the urgency,...
December 6, 2019 at 4:23 pm
I just don't like the user interface or scripting for extended events - that's the only reason I go back to profiler traces #ineedtogetoutofmycomfortzone
The scripts are better in...
December 6, 2019 at 4:05 pm
So, for actively running queries, I recommend the DMVs, sys.dm_exec_requests is a good starting point. You can join that to other DMVs to get the execution plan, the SQL...
December 6, 2019 at 3:20 pm
Viewing 15 posts - 526 through 540 (of 1,999 total)