Viewing 15 posts - 1,141 through 1,155 (of 13,445 total)
Marek Grzymala (3/31/2016)
At D:\_TEMP\GetActiveDirectoryUsersWithPowerShell\GetActiveDirectoryUsers.ps1:123 char:22
+ $Results = Get-ADUser <<<< -Filter * -Properties * | select -property CanonicalName,sAMAccountName,ou,GivenName,SurName,DisplayName,email,emailaddress,StreetAddress,City,State,PostalCode,HomePhone,MobilePhone,OfficePhon
e,Fax, Company,Organization,Department,Title,Description,Office,...
March 31, 2016 at 7:38 am
matt 27758 (3/31/2016)
March 31, 2016 at 6:42 am
typically you install the oracle universal installer on the sql server itself, and then configure/copy your tns files , and prove you can connect via typical Oracle tools from the...
March 30, 2016 at 12:11 pm
JimiHaze (3/29/2016)
I'm trying to connect from one SQL instance to another SQL instance. For simplicity I will call the server initiating the connection the SOURCE and...
March 29, 2016 at 1:46 pm
linked servers are just an ODBC connection, so i'd start by removing the linked server from the equation.
from anyplace on the LAN, or from the server you are adding linked...
March 29, 2016 at 1:16 pm
you cannot update a calculated column.
the other thing is your trigger design!
if i see a variable declared in a trigger, i immediately expect it's not designed correctly. you are grabbing...
March 24, 2016 at 1:54 pm
bdkdavid (3/24/2016)
SELECT LastName FROM DT5
WHERE CHARINDEX(CHAR(151), LastName) > 0
no results
SELECT LastName FROM DT5
WHERE CHARINDEX(CHAR(150), LastName) > 0
no results
SELECT LastName FROM DT5
...
March 24, 2016 at 1:46 pm
there's at least two other longer than normal hyphens that has a different ascii code than the "normal hyphen ASCII('-')=45,without even going into nvarchar data sets.
i'm betting it's one of...
March 24, 2016 at 1:12 pm
ok, i'm going through the same issue as well, we have two domains with two way trusts.
the network guys tell me it's not possible to change our existing group...
March 24, 2016 at 11:45 am
Jason Strates article lists missing indexes along with usecounts, costs, etc.
i'd start there and enhance as needed.
http://sqlmag.com/blog/missing-indexes-correlated-against-execution-costs-and-counts
othercolumns ...include_columns usecounts Cost AggregateCost Impact
...
March 23, 2016 at 8:12 am
you have to edit the report, and remove the parameter in the report as well. the report is still happily sending the parameters as it last knew them, it doesn't...
March 23, 2016 at 6:15 am
yeah i think you need to use sp_executesql and pass the two out parameters to get the errors that Redgates SQL Backup will return;
it will tell you the exact error...
March 22, 2016 at 1:50 pm
in that case, I'm thinking the issue is most likely that you've included a username and password in the connection, instead of letting the security be handled by the AD...
March 22, 2016 at 6:06 am
sej2008 (3/21/2016)
March 21, 2016 at 12:04 pm
it's very easy to zip through the install clicking next next next, but forgetting to add AD login as an administrator on the SQL instance.
you probably need to add yourself...
March 21, 2016 at 9:48 am
Viewing 15 posts - 1,141 through 1,155 (of 13,445 total)