Viewing 15 posts - 1,801 through 1,815 (of 2,649 total)
If you're also looking into overall performance, don't neglect to specify both BUFFERCOUNT and MAXTRANSFERSIZE.
Yup - I did that in a few cases where squeezing any amount of time...
December 12, 2019 at 5:51 pm
Note that the domain account in this case should be a GMSA/MSA account - not a normal user account.
If this is not the type of account you created/used I would...
December 12, 2019 at 7:42 am
good to see that at least 2 members did understand what I was stating about count(*) vs count(1).
Brahmanand stated that "count(*) would need to read all data from the table"...
December 12, 2019 at 12:27 am
from my personal testing over the years splitting onto 4 files even if they are on the same destination disk will normally yield best results than 1 or 2 files...
December 11, 2019 at 9:35 pm
its not for all things - I have a particular case on a DB that I am working at the moment.
big table - 150 Million records -
Most common sql on...
December 11, 2019 at 7:56 pm
without changing the logic of that task it would be possible to change it to be a script component (source) and instead of doing the inserts adding the values as...
December 11, 2019 at 5:43 pm
SSRS is not free - it is part of the SQL Server license you bought.
From a licensing point of view you can install as many instances as you wish on...
December 10, 2019 at 8:00 pm
New CE can do quite bad stuff.
One case I had, huge CRM database, had one simple query -- select 6 columns from tbl where field = 'abc'
table with 200 Million...
December 10, 2019 at 7:51 pm
why don't you try it and look at the resulting explain plan? That should have been your first call before asking on forums.
but answer would normally be yes it will...
December 10, 2019 at 6:42 pm
I would also try the following. it may be fast enough to allow connection
change the service so it has the -mSQLCMD flag
create a small cmd file with
net stop service
net start...
December 10, 2019 at 2:50 pm
Just thinking... are you starting sqlserver from the command line or are you changing the service properties and (re)starting the service?
if on the command line then that window will indeed...
December 10, 2019 at 2:39 pm
I'm with Jeff on this - lots of what is on that are personal preferences and should be decided by each team/organization
For example I do not allow any uppercase so...
December 10, 2019 at 11:21 am
your "requirements" do not match what you trying to do on the sql so please do clarify it exactly.
To get the records added today - which is what...
December 10, 2019 at 11:03 am
from the description you are then opening that CSV file with Excel and you wish them to automatically have a particular format applied.
This is not possible with CSV files -...
December 9, 2019 at 6:09 pm
not just ssms.
SQL Server Agent will grab it immediately if it is active - always stop the service if doing maintenance
but other servers (monitoring tools for example) can also grab...
December 9, 2019 at 5:08 pm
Viewing 15 posts - 1,801 through 1,815 (of 2,649 total)