Viewing 15 posts - 976 through 990 (of 1,838 total)
You can encrypt connection strings in your config files to help security some. If you're using SQL Server or Windows authentication, you do want all connections from the application server...
April 27, 2017 at 12:41 pm
not necessarily on the server itself, but you do have to be in the SYSADMIN or SECURITYADMIN role for the instance to see the logs in Management Studio
April 27, 2017 at 10:13 am
April 27, 2017 at 7:19 am
You can look at the error logs in Management Studio under:
Management \ SQL Server Logs \ Current
to see a more detailed message on why the login failed. Schema...
April 26, 2017 at 3:06 pm
The thing to think about for each relationship when deciding if you need the intermediate tables, is the relationship really one to many or many to many.
In the...
April 26, 2017 at 2:57 pm
April 26, 2017 at 1:37 pm
April 26, 2017 at 1:01 pm
it's understandable, to shrink a database file, SQL Server will need to rearrange all the pages that are at or near the end of the file into other space that...
April 26, 2017 at 11:17 am
April 26, 2017 at 10:21 am
I've got a question, in the original post you said that you wanted the entry with the most recent date by Contact, but the queries posted here are getting the...
April 26, 2017 at 10:02 am
April 26, 2017 at 9:34 am
Phil's suggestion works for table valued functions, and you can also use dm_exec_describe_first_result_set but you'd have to make the first parameter as a query to the TVF not just the...
April 26, 2017 at 9:26 am
April 26, 2017 at 9:03 am
Something I'm not sure about here, it's clear from your example data a Batch can have multiple JobCreationDetail rows, but can a JobCreationDetail row belong to more than one Batch? ...
April 26, 2017 at 8:17 am
April 26, 2017 at 8:04 am
Viewing 15 posts - 976 through 990 (of 1,838 total)