Viewing 15 posts - 6,451 through 6,465 (of 13,874 total)
dramaqueen (10/25/2016)
I am having issues with the following script. I have 3 tables that link together.
What I need to do is find owners that have items with statuses as...
October 25, 2016 at 7:47 am
sqlserverDBA2016 (10/25/2016)
And can u please tell me how to disable them
Right-click the service you want to disable, select Properties and then, on the General tab, set Startup Type to 'Disabled'....
October 25, 2016 at 6:27 am
sqlserverDBA2016 (10/25/2016)
Thanks mateJust can I confirm, the ssas and ssrs and ssis can they be disabled from services after being installed
Confirmed. Though I tend to use SQL Server Configuration...
October 25, 2016 at 5:38 am
wtren (10/25/2016)
You should use bcp
Please justify this comment.
October 25, 2016 at 4:48 am
sqlserverDBA2016 (10/24/2016)
So u agree that it's better to install it when installing SQL server
If it's a development machine, I wouldn't worry about it one way or the other, but for...
October 24, 2016 at 5:11 pm
40mil in one table
That's manageable. But your original post mentioned 40 miliion million = 40 000 000 000 000 = 40 trillion.
October 24, 2016 at 3:46 pm
sqlserverDBA2016 (10/24/2016)
Is adding the features later same as when installing SQL serverAnd it's not more xomplicated
I think that Jeff's point of view is that it's safer to reconfigure a (working)...
October 24, 2016 at 3:41 pm
komal145 (10/24/2016)
I have a source column value "abcd" , i will be updating the destination column with the source column value only if there is a change.
Example: destination is...
October 24, 2016 at 2:23 pm
.Patrick (10/24/2016)
Currently we are developing a new application for our company and I got a question related to the database architecture. We one database (DatabaseA) that is our main...
October 24, 2016 at 1:23 pm
A LEFT JOIN from a calendar table is probably what you need.
Take a read of this link and see whether it helps you.
October 24, 2016 at 12:53 pm
BrainDonor (10/24/2016)
sqlserverDBA2016 (10/24/2016)
when installing sql server instance, and it wont complicate and cause issues...
October 24, 2016 at 8:17 am
The implied rule seems to be the MIN of Col3
Bravo. Gave me too much of a headache before my first coffee trying to work that out.
October 24, 2016 at 8:14 am
Super_Grover (10/24/2016)
Okay we're trying to solve this but I'll mark Phil's post as solution.Thanks again!
If you find that you cannot run this as a distributed transaction, it should be possible...
October 24, 2016 at 8:09 am
ramos.ferdinand (10/24/2016)
Just wanted to seek out for your help. This is a bit opposite of what aggregation should be. :hehe:
I wanted to aggregate records with different values and...
October 24, 2016 at 6:46 am
philand3 (10/23/2016)
Dear All,
i would like to send out following query to all email users daily basis,can anyone guide me the direction,
it can be from SQL or external tool,ETC.
SELECT ...
October 23, 2016 at 3:01 pm
Viewing 15 posts - 6,451 through 6,465 (of 13,874 total)