Viewing 15 posts - 6,931 through 6,945 (of 9,643 total)
Toolman,
Have you posted this script in the script library? I think this would be helpful to many people.
November 19, 2008 at 12:59 pm
jay holovacs (11/19/2008)
November 19, 2008 at 12:10 pm
I actually think it is amazing that we cannot vote on-line. I pay all my bills on-line, I submit my tax return on-line, and can even do my taxes...
November 19, 2008 at 8:41 am
Unfortunately hiding objects in SSRS does not remove them when you are printing so you get the blank page.
If the lists are so similar couldn't you use conditional logic within...
November 18, 2008 at 3:26 pm
Garadin (11/18/2008)
November 18, 2008 at 2:42 pm
Your problem is in the bolded section.
UPDATE @EntityDateTimes
SET EventID=(SELECT TOP 1 EventID ...
November 18, 2008 at 2:08 pm
Odds are with all my posts I'm not going to remember all the requirements based on the OP. Now that you mention it I do recall, but I still...
November 18, 2008 at 12:49 pm
What is your source? Most products have a conversion like SQL Server's NULLIF or you can use CASE of IIF depending on the source to do at as part...
November 18, 2008 at 12:24 pm
Check out CASE in BOL (Books On Line).
THe basic idea is you do something like this (Uses AdventureWorks2000 as it is what I have available at the moment):
[font="Courier New"]DECLARE @a...
November 18, 2008 at 12:10 pm
I agree. Many times my posts include a quote from BOL that answers the question word for word. It does seem that people will post here without using...
November 18, 2008 at 11:43 am
I don't know if they are getting worse, just more basic. I think a lot of it is because so many third party apps use SQL Server Express or...
November 18, 2008 at 8:32 am
You would be looking for MERGE replication. Check it out in BOL. If you do go with merge replication you may be able to save some $'s by...
November 18, 2008 at 7:58 am
Can an Album belong to more than one Gallery? Can an image be in multiple albums?
For each YES you need a "glue" table, for each NO you can do...
November 18, 2008 at 7:10 am
Are you getting any errors when you are trying to connect remotely using a SQL Server login?
I don't know of any way to limit SQL Server logins basd on remote...
November 18, 2008 at 7:01 am
Can you check the security on the ReportServer virtual directory in IIS? I think I had this happen, but it was years ago, 2001-2002, and I don't recall what...
November 18, 2008 at 6:51 am
Viewing 15 posts - 6,931 through 6,945 (of 9,643 total)