Viewing 13 posts - 1 through 13 (of 13 total)
August 17, 2017 at 1:18 pm
Its not just quering AD though, I am getting "Protocol error in TDS Stream" if I use the import wizard to copy tables from another server.
People are reporting errors when...
August 23, 2013 at 2:58 pm
I can drill down until I hit the tables, when I click the plus on tables I get this:
TITLE: Microsoft SQL Server Management Studio
------------------------------
Failed to retrieve data for this request....
August 23, 2013 at 2:55 pm
EXEC MASTER.sys.sp_testlinkedserver ADSI
SELECT sn, givenname, sAMAccountName, mail, displayName
FROM openquery(ADSI,'
select givenName, sn, employeeID, mail, sAMAccountName, displayName from ''LDAP://OU=CanaanCampus,DC=berkshire,DC=loc''
where objectCategory = ''Person'' and objectClass =...
August 23, 2013 at 1:05 pm
I don't recall at this time, that was setup well over a year ago.
How would I test this?
HanShi (8/23/2013)
August 23, 2013 at 10:45 am
I went in on my sql server today to manually copy some tables to get me by.
I was using the import & export data tool.
I could select my source server(another...
August 23, 2013 at 10:17 am
I figured it out. My query on the parameter list dataset was returning a NULL value in the list. This is not supported. After I added the...
July 2, 2013 at 8:08 am
How/where in MOSS did you go to edit the parameter option.
I have having the same issues where my default values are setup the same as my available values,...
July 2, 2013 at 7:34 am
I am looking to place an image for every record. I did get this solved.
Turns out Report Builder is Case Sensative.
image1.value = "File:" + fields!PhotoPath.value
the field PhotoPath had capital...
April 9, 2013 at 9:27 am
Thank you. I will definately read up on this.
March 29, 2013 at 8:21 am
That worked beautifully - Thank you.
Now let me see if I understand what you did.
Is the Outer Apply creating a temp table called ds?
Thank you again,
Steve
March 29, 2013 at 8:03 am
I am still basic newbie to sql(1 year) how can I create accounts and permissions on a db from dos batch file? If you have a basic example...
March 26, 2013 at 11:46 am
Viewing 13 posts - 1 through 13 (of 13 total)