Viewing 15 posts - 2,296 through 2,310 (of 8,760 total)
I'm trying to find out list of ODBC connections on SQL SERVER but I'm...
March 14, 2017 at 4:27 am
In Our production the client is generating the report from one server to...
March 11, 2017 at 3:57 am
Just for fun, a slightly different approach for generating the calculation
๐
USE TEEST;
GO
SET NOCOUNT ON;
IF OBJECT_ID(N'dbo.TBL_METRIC_VALUES') IS NOT NULL DROP TABLE...
March 6, 2017 at 4:13 am
vsamantha35 - Saturday, March 4, 2017 9:52 AMThanks a ton Erik.
You are very welcome.
๐
March 5, 2017 at 2:10 am
The jobs are not in the user databases but the msdb system database. The simplest option for transferring them is to generate a create script at the source and apply...
March 5, 2017 at 2:09 am
March 4, 2017 at 2:47 am
There are many ways of doing this, here are two examples, one that extracts the character value and the other that returns a time(0) value.
My question is why would...
March 4, 2017 at 2:27 am
March 3, 2017 at 8:05 am
March 3, 2017 at 7:09 am
March 3, 2017 at 6:19 am
March 3, 2017 at 5:17 am
March 2, 2017 at 8:41 am
larsp777se - Thursday, March 2, 2017 12:18 AMServer authentication†vs “Windows authenticationServer Roles vs Database Roles
Logins vs Users
http://lmgtfy.com/?q=Server+authentication+vs+Windows+authentication
๐
March 2, 2017 at 12:58 am
PFlorenzano-641896 - Tuesday, February 28, 2017 1:22 PMI did and the port is open
Then this is an authentication issue!
๐
February 28, 2017 at 1:37 pm
Viewing 15 posts - 2,296 through 2,310 (of 8,760 total)