Viewing 15 posts - 1 through 15 (of 23 total)
sometimes the easiest things...
do you have checked if the database engine service is running?
Do you have changed the TCP Port?
Have you changed any configuration in db Config?
Windows Firewall /...
July 4, 2016 at 6:22 am
Hi,
I'm not really comfortable with licensing (and please correct me if i'm wrong) BUT you have to license all cores that might be available to sql server and not only...
July 2, 2015 at 6:10 am
That might be interesting... what other thinks.
We're doing it the same way... works perfect for us.
June 23, 2015 at 12:14 am
Where does the report service run? same server/localhost? ist Shared Memory enabled?
June 22, 2015 at 8:05 am
What should be your target/goal to be reach if you go with PDW?
What are your actual problems with sql server in scaleout that you're thinking about a PDW?
June 19, 2015 at 12:22 am
From what you've written it sounds like orphaned user...
http://www.fileformat.info/tip/microsoft/sql_orphan_user.htm
June 9, 2015 at 11:53 pm
and don't forget to check the connection... How do you connect to sql server from your app?
Do you use any connectors/ODBC/drivers etc?
June 8, 2015 at 6:47 am
You can find the log file here (or like this)
C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log
For each installation attemp you'll find a folder named with date and time
There you can find a...
June 8, 2015 at 6:45 am
What is written in the log file ?
Any more details?
Status: Failed: see logs for details
June 8, 2015 at 4:24 am
lusmgr is the user/group manager of windows and had nothing (really) to do with user management in sql server (here SSMS)
First you have to create your user group in windows,...
June 7, 2015 at 11:44 pm
For example PC1 is logged on with user "sql_dba_dev" and PC2 is logged on with "sql_dba_exp"
Now if you try to logon with SSMS from PC2 to PC1 the SSMS tries...
June 7, 2015 at 4:42 am
From your given informations... I don't know why this should not work...
But you have to consider that an Express Edition has its limitations and also doesn't have a real support.
So...
June 4, 2015 at 2:28 am
There is actually no better way of doing regular maintance on statistics !
Use the Maintance Solution of Ola Hallengren
June 4, 2015 at 1:56 am
I would suggest to use more drives for mdf depending on database size.
You've said that it is big online store... so database might be bigger than 100GB or 200GB
So if...
June 4, 2015 at 1:42 am
Have a look into my blog post:
http://www.sql-aus-hamburg.de/en/tsql-66-monitoring-backup-solution-backup-history/
It might be something like a hint to your solution...
Give it try...
You might change this part to fit your requirement:
CASE WHEN bs.backup_start_date > DATEADD(dd,-1,getdate())
...
June 4, 2015 at 1:27 am
Viewing 15 posts - 1 through 15 (of 23 total)