Hi,
We've recently installed Sharepoint Services on our network and are in the process of migrating our current intranet over to the new service. All very nice so far.
But - I've been trying to write my own Web Parts to plug into SS. I'm new to .NET so it's becoming an arduous task... but I'm...
Hi,
I seem to be having a few issues. Here at work we have a Windows 2003 domain controller that is also hosting some internal web stuff.
If I remote desktop into the server, and use "localhost" in IE, the web pages are served. If I try using either the IP address, or the domain name either on...
Thanks man...
I cut n paste the fn_split thing from a link in the first FAQ and ended up with:
select * from Table
join fn_split('1,4', ',') on Table.ID = fn_split.value
And it works...
Nice... I really need to study this sh*t more... ;-)
Thanks again.
Hi there,
I'm currently developing an ASP application which pulls personal data out of a MS-SQL server.
I should start by pointing out that I hate SQL. I don't get it and constantly struggle with it. So any help will be gratefully received.
In my table I have something like:
ID | Name |...
Er.... Problem solved....
SET NOCOUNT ON at the top of the query... It appears that SQL was returning a recordset to ASP everytime it added a row to the table... Which was causing ASP to have a fit...
Thank you for replying to my post! Much appreciated!
:-)
1) I have done the CREATE PROCEDURE thing in the actual stored procedure on the server. I have write access to the server and haven't had any issues creating sp's before. Just didn't cut n' paste it.
2) It's executing fine from QA. No problems - returns the correct 2 column table. The sp is...
Good Morning!
First off, let me get my disclaimer out of the way - I'm a relative newbie at this SQL lark, so please ignore the kludgy-ness of this code etc. Thanks ;-)
Firstly, here's my query:
SET DATEFORMAT DMY
declare @issuecounter int; -- Declare
declare @previssue int; -- Declare...
Good afternoon, I was wondering if anyone could help me with a problem before I stick my fist through my monitor?
Table:
HEADING | URL | ACCOUNT_TYPE
Blah http://1 Type 1
Blah2 http://2 Type 1
Blah3 http://3 Type 2
Blah4 http://4 Type 3
Blah5...
Thanks man,
Had a look through the IIS settings and lo and behold... someone had reset permissions on the file I was editing... Problem solved.
Thanks for replying :-)
Good afternoon,
I'm trying to figure out a way of changing an object in Active Directory's password through a webpage. Basically, we have around 3000+ accounts on our domain (workin in a school), and our Tech Support spends a lot of time resetting students passwords when they forget them. I'm...
Hi there
Satish could have a point - that's one thing that I never really checked to be honest.
We did a domain upgrade over the Summer and so I ditched the SQL Database for login information and decided to do it through Windows authentication and ADSI.
Much cleaner :-)
I've just been having a flick through that link you left. Wow. Lots of stuff :-)
Thanks guys, you've both been a huge help. Think I'm finally getting my head round the subject. Nice one :-)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.