Viewing 15 posts - 6,046 through 6,060 (of 9,643 total)
I modified the code in the script to fix this oversight. Steve just needs to release the updated code. Here it is here as well:
SELECT
...
February 9, 2009 at 7:40 pm
Vitali Lisau (2/9/2009)
select * from sys.traces ...
February 9, 2009 at 7:18 pm
How many user databases on each server? Do the users really NEED this level of permissions? I think this would violate least permissions.
February 9, 2009 at 3:15 pm
Let me agree with Bruce. I'm not sure why you need the data in 2 places. You either store the parent in the roles table and walk the...
February 9, 2009 at 3:07 pm
Are the different boxes on the same service pack? Are you doing 32-bit and then moving to a 64-bit?
February 9, 2009 at 2:57 pm
Could you post some structures and some test data (see the links in my signature)?
Also can you verify that you are using SQL Server 2000? That definitely...
February 9, 2009 at 2:53 pm
If your temp table and your real table are in the same database or on the same server you should use an Execute SQL Task to do this. Your...
February 9, 2009 at 1:51 pm
Are you sure the column is vend_num?
February 9, 2009 at 9:09 am
I would say that is means the version of SQL Server you are using does not include that component.
Apparently this can also be due to different service pack levels...
February 9, 2009 at 7:57 am
As the author I think this article is a good starting point for triggers, http://www.sqlservercentral.com/articles/Triggers/64214/. Beyond that shameless plug, I also think BOL is under utilized resource for these...
February 9, 2009 at 7:52 am
Bob Hovious (2/6/2009)
I use glue tables all the time too... but always in this...
February 9, 2009 at 7:27 am
You may see some performance gain by running on the server.
February 9, 2009 at 6:57 am
When you installed/configured Reporting Services you configured it to use SharePoint Integrated mode and you do not have SharePoint installed. You can change this in the Reporting Services Configuration...
February 9, 2009 at 6:52 am
Viewing 15 posts - 6,046 through 6,060 (of 9,643 total)