Viewing 15 posts - 511 through 525 (of 1,838 total)
I believe you can grant permissions to a specific member of an AD group in a database without granting that permission to the entire AD group in the database. You...
April 20, 2018 at 10:06 am
What is the data types of the original columns: Principal1, BankInterest, TAltrate, PanaltyCharge ?
I think that will help you determine when to do the CAST, for each column or just...
April 18, 2018 at 12:08 pm
I suppose you could use the Evaluation or Developer edition and check it using sys.dm_db_persisted_sku_features to see if any Enterprise only features are being used in the database. With the...
April 18, 2018 at 11:53 am
You can get a list of common names from sources like the Census Bureau. They have separate files available for first names by gender, and last names:
https://www.census.gov/topics/population/genealogy/data/1990_census/1990_census_namefiles.html
April 18, 2018 at 10:12 am
The main points to consider is how much data is your company willing to loose if there is a failure, and how long is your company willing to wait for...
April 18, 2018 at 8:53 am
Sometimes I think the problem is that there are a number of people who seem to lack what I'd consider basic troubleshooting skills. Those kind of people tend to build...
April 18, 2018 at 8:38 am
jmlakar 69347 - Monday, April 16, 2018 2:54 PM...Also - Fred Brooks "Mythical Man Month" should be required reading.
I second that!
April 17, 2018 at 2:28 pm
Maybe I'm off track, but from the OP I get the impression the question is more about how to consolidate down to 4 servers not really just a Management Studio...
April 12, 2018 at 10:53 am
April 12, 2018 at 10:42 am
April 10, 2018 at 12:31 pm
It looks like from the OP that Hotel is in the query already, so I'm not sure it makes sense to hit this table again inside the TVF.
[code...
April 10, 2018 at 12:21 pm
April 10, 2018 at 12:12 pm
April 10, 2018 at 10:49 am
RonKyle - Tuesday, April 10, 2018 9:14 AM2012 was mainly about BI.
You say that like it's a bad thing....
It's...
April 10, 2018 at 9:53 am
Is it possible to use sys.dm_exec_connections to see what computer they are actually connecting from? This DMV shows the IP address of the client, or is this also affected by that...
April 10, 2018 at 8:56 am
Viewing 15 posts - 511 through 525 (of 1,838 total)