Viewing 15 posts - 766 through 780 (of 1,536 total)
Flip those around 🙂
UPDATE MyTbl SET MyCol = 1
WHERE somecol = somecriteria
IF @@ROWCOUNT = 0
PRINT 'no such row exists'
ELSE
...
September 25, 2008 at 11:12 am
Please look at this posting from a previous topic as regards to how you can query greater than 1000 objects in Active Directory.
http://www.sqlservercentral.com/Forums/Topic472463-149-1.aspx#bm568643%5D
September 25, 2008 at 8:34 am
Look to see if the batch processing uses a parallel plan.
Could you define exactly what the processing is doing?
September 24, 2008 at 12:39 pm
Do you receive a list of people that used the discount code for the summit?
September 23, 2008 at 7:53 am
I actually searches the first two characters I belive, so the odds of running into that issue are even more remote.
September 12, 2008 at 11:07 am
This will bring back every user account in AD (you can restrict it to certain OU where you would place your LDAP information) and put it in a table called...
September 12, 2008 at 9:26 am
The whole backup and restore functionality is somewhat funky with Sharepoint, and it might not function with the processes that you currently use.
February 27, 2008 at 10:56 am
I found the problem, I mistakenly removed the <> around the LDAP details, it works now.
Thanks, great script, something I have desperately needs for a while.
February 25, 2008 at 5:18 am
I am unable to get this to work.
I've replaced the with my AD information, however get an error. Having performed ADSI queries before I am not sure how...
February 22, 2008 at 1:01 pm
That's probably your issue. With the Primary Key not being partitioned, effectively neither is the data any longer.
I've found that any indexes on the table have to have the partitioning...
January 23, 2008 at 6:34 am
I think it's a great idea. A great many products are out there, and they are not being used, or looked at as there is always that learning curve, or...
November 12, 2007 at 8:08 am
ALZDBA (11/5/2007)
- as you have read, you must take very good care when designing and creating partitions and indexes.- be sure indexes are alligned !
Unfortunately I was not involved in...
November 6, 2007 at 8:23 am
Part of the problem is that the 10g client will not connect to an 8i database, you have to use the 9i or 8i client.
November 2, 2007 at 12:28 pm
The articles are great, however I don't see a resolution to my problem.
By the looks of things I will have to drop the pk index and recreate it as a...
November 2, 2007 at 8:49 am
That drops the function, would that not lead to the data no longer being partitioned? I only want to be rid of the data on a single partition.
November 1, 2007 at 12:02 pm
Viewing 15 posts - 766 through 780 (of 1,536 total)