Viewing 15 posts - 556 through 570 (of 1,995 total)
I'm no SSRS expert - I tinker with it
but the point of browser is so that you can view and pick and choose your subscriptions.
i'm probably about to give you...
December 5, 2019 at 11:48 am
most of the spam starts with https:// as the title, maybe suggest to the webmaster that we might block that kind of title?
I did notice that these come from different...
December 5, 2019 at 11:31 am
the same principle, a key value pair (maybe)
the brilliant pair of database engineers (mr boyce and mr codd) - (google them) devised normalisation in databases
1st normal form (remove repeating data...
December 5, 2019 at 11:22 am
when are you finding tempdb grows? is there a pattern? at weekends, every day?
i'm suspecting maybe sort in tempdb
but there are other things that can cause this - joins or...
December 5, 2019 at 10:01 am
I have a bit of an issue with the questions table
you are fixed to option a,b,c,d
why not make a "question option table" and make it a key value pair -...
December 5, 2019 at 9:55 am
actually you guys have changed my mind, i'd like 2 people to be engaged in the process of changing the SA password
December 5, 2019 at 9:12 am
vsamantha35 wrote:Yes. I tried the shrinkfile but it doesnt release free space which is around 500MB. I dont know why!!
Ok... I'm humbled. NICE CALL MIKE!!! 😀
I got one right...
December 5, 2019 at 9:08 am
jeff- you just made me laugh out loud and spill my tea all over my new keyboard about job security. I was chatting to a guy I work with last...
December 4, 2019 at 4:48 pm
if you look at recursive CTEs you can build a list of dates within your boundaries
then use SELECT DATEPART (DAY,GETDATE()) and exclude the Saturday and sunday values then count...
i iknow...
December 4, 2019 at 4:38 pm
interesting.. i'll have a read later.
one of the things we were taught(more than 20 years ago) was how to do capacity planning, how many rows per page, work out what...
December 4, 2019 at 4:02 pm
and maybe stick some transaction management in there begin tran, commit , rollback etc
December 4, 2019 at 3:34 pm
That kind of control, while well intended, may mask a bad DBA or admin. I've seen rigid change control policies set up but management still does not question a...
December 4, 2019 at 3:21 pm
another question - it's so blindingly obvious that I forgot to ask.
when you are shrinking, are you using truncateonly in the dbcc script?
Great question, Mike.
I'm thinking that it's...
December 4, 2019 at 3:01 pm
the only way that can happen is if it is in the same session and the previous cursor did not shut down correctly
put a try catch block around the code...
December 4, 2019 at 3:00 pm
another question - it's so blindingly obvious that I forgot to ask.
when you are shrinking, are you using truncateonly in the dbcc script?
December 4, 2019 at 2:48 pm
Viewing 15 posts - 556 through 570 (of 1,995 total)