Viewing 15 posts - 7,036 through 7,050 (of 9,643 total)
GilaMonster (10/31/2008)
Jack Corbett (10/31/2008)
Very nice article Gail. Clear, concise, and to the point. Sounds like a follow-up on how the checkpoint and lazy writer work would be good.
Thanks....
October 31, 2008 at 7:39 am
I don't think SSRS supports CSS. The way to have consistency is to provide custom templates for report creation.
October 31, 2008 at 7:33 am
From BOL:
Copying a database using BACKUP and RESTORE
The following example uses both the BACKUP and RESTORE statements to make a copy of the AdventureWorks database. The MOVE statement causes the...
October 31, 2008 at 7:29 am
Very nice article Gail. Clear, concise, and to the point. Sounds like a follow-up on how the checkpoint and lazy writer work would be good.
October 31, 2008 at 7:24 am
Wow, not a fun or real performant thing to do. First you need to return the data from the XML column of the product group table as a table...
October 31, 2008 at 7:16 am
Hey, practical jokes on Halloween are acceptable. It is TRICK or treat, and sometimes we'd rather of the treat of playing a trick!
October 31, 2008 at 6:59 am
I assume you have been trying to run the delete using SSMS. Have you tried just using the sp in T-SQL without the @force_delete parameter?
select * from msdb.dbo.sysmail_profile
to get...
October 30, 2008 at 8:02 pm
The account with which you are connecting to the linked server needs to have the proper permissions on the linked server and in the database(s) on the linked server.
October 30, 2008 at 7:37 pm
What service pack level are you on? I think this was fixed in SP2.
October 30, 2008 at 7:35 pm
The query you provide should return all rows in tab where '@friends1.com' are the final characters in the email column. If you have any non-blank characters after that string...
October 30, 2008 at 12:51 pm
Temporary tables are created within context and when you use dynamic sql you have created a new context, so when you
create a temporary table within dynamic sql it is...
October 30, 2008 at 8:08 am
Kishore.P (10/30/2008)
one more command available in SQL 2005, TableDiff.exe, try this command, for more info. see SQL BOL.
TableDiff compares data in tables with the same schema. If the schema...
October 30, 2008 at 8:03 am
I think you need to use a script task to get that information. Or, you can download the File Properties Task from PragmaticWorks that already has that stiff done...
October 30, 2008 at 8:00 am
Are you getting any errors logged by your services? Are you seeing any errors in your event logs or SQL Server logs? Have you looked at your SQL...
October 30, 2008 at 7:57 am
I have read about some hacks to "edit" data using reporting services, but probably not the best way to do it. You could provide a link to a separate...
October 30, 2008 at 7:44 am
Viewing 15 posts - 7,036 through 7,050 (of 9,643 total)