Viewing 15 posts - 1,621 through 1,635 (of 2,010 total)
OK so maybe it's just me, but it seems almost like you're reinventing the wheel here.
If you're looking for a column or whatever other type of object in your database...
October 17, 2007 at 11:01 am
this is a cross post from here...
http://www.sqlservercentral.com/Forums/Topic411818-338-1.aspx
October 17, 2007 at 10:48 am
Are the connections being made via Windows Auth or is your application connecting each user through the same username/password? If so I'd suggest having the application deal with finding...
October 17, 2007 at 10:46 am
I'm guessing you already tried the answer you found for yourself a few months ago?
http://www.sqlservercentral.com/Forums/Topic403104-146-1.aspx
Also check this out and see if it helps you...
October 17, 2007 at 10:27 am
Does you SQL service always take up that much CPU time? Is this all day long or just at certain times throughout the day? Have you begun to...
October 16, 2007 at 1:52 pm
Good Lord that's a lot of Non Breaking Spaces...
October 16, 2007 at 6:25 am
basically what I'm saying is that you don't need to rebuild the entire thing. All you need to do is open the appropriate ports in your firewall to allow...
October 15, 2007 at 5:13 pm
yup, that's the reason why I have it in filtering the results on the page and not in the recordset. also, That way I can pull the records once...
October 15, 2007 at 1:32 pm
Yeah, That's kinda what I thought the answer was going to be.
Thanks.
-Luke.
October 15, 2007 at 1:17 pm
There are a variety of 3rd party utilities out there that do some sort of auditing or another. Basically they are still just using a profiler trace although they...
October 15, 2007 at 12:55 pm
I wouldn't be very pretty, but you could use the following to find your maximum number of names and use some dynamic SQL to create your output. Depending on...
October 15, 2007 at 12:44 pm
Steve, it looks like Charles and I are both using Gmail. If I view the the newsletter from the archive it's fine. When I view it via gmail...
October 15, 2007 at 12:29 pm
This isn't quite step by step but should get you going in the right direction...
October 15, 2007 at 11:58 am
Also, when the large extract is occurring, how are things with the overall health of your server. Is it using up all the CPU, Memory and Disk I/O's that...
October 15, 2007 at 11:10 am
There servername param is the name of your server that host Reporting Services. If the name of the server hosting your resporting services instance is named MyServer then servername...
October 15, 2007 at 7:15 am
Viewing 15 posts - 1,621 through 1,635 (of 2,010 total)