Viewing 15 posts - 4,306 through 4,320 (of 4,477 total)
tcronin 95651 (9/20/2016)
September 20, 2016 at 11:44 am
You can execute things such as:
select SERVERPROPERTY('IsClustered ')
exec master..sp_help_log_shipping_monitor
select *
from sys.databases
select *
from sys.database_mirroring
Sue
September 20, 2016 at 11:32 am
You have two different instances on your PC. You have a SQL Server Express instance and a localdb instance.
(localdb)\ProjectsV12 instance is created by SQL Server Data Tools (SSDT) and...
September 20, 2016 at 11:11 am
mw112009 (9/20/2016)
The message is clear. But our team is confused as to why this user is getting...
September 20, 2016 at 8:31 am
joydev.dey 30829 (9/15/2016)
The app is hosted in two web instances.
When I try to access the application using using...
September 19, 2016 at 3:03 pm
HookSqlDba7 (9/19/2016)
Sue: Data source credentials...
September 19, 2016 at 1:37 pm
Since you said earlier that this is in a batch file, you need to look at checking the errorlevel in the batch file. See a similar discussion in this thread:
http://www.sqlservercentral.com/Forums/Topic1735929-23-1.aspx
Keep...
September 19, 2016 at 12:27 pm
Krasavita (9/15/2016)
September 17, 2016 at 8:31 am
Which of the links above did you try? What were the steps you used and what was the result?
Sue
September 17, 2016 at 7:53 am
As Jeff indicated, osql is not a good thing to be using. It's on the deprecation list so you shouldn't be writing something new with it. Sqlcmd has been the...
September 17, 2016 at 7:47 am
imani_technology (9/15/2016)
osql -S...
September 15, 2016 at 8:39 pm
It may not be running...that was the case we saw before. It just didn't log everything to the history.
Sue
September 15, 2016 at 3:50 pm
There isn't a lot of difference with the different methods to shutdown SQL Server. The one exception being SHUTDOWN with NOWAIT. It's not a good thing and doesn't lend itself...
September 15, 2016 at 12:05 pm
jerry-621596 (9/15/2016)
I will check on...
September 15, 2016 at 11:47 am
I do get what you are saying and seeing - have had the same experience before. It changed the icon in the view after running the job again. I think...
September 15, 2016 at 10:58 am
Viewing 15 posts - 4,306 through 4,320 (of 4,477 total)