Viewing 15 posts - 46 through 60 (of 119 total)
If you want to recover this additional space taken, then check the db growth first (otherwise the space you recover may just get re allocated) I usually have this get...
November 17, 2008 at 5:36 am
There is but it's not a recommended approach as you need xp_cmdshell switched on etc. Also do you have Database mail activated? The best way is via SSIS, but you...
November 13, 2008 at 10:18 am
Try XML RAW, XML AUTO, XML EXPLICIT and XML PATH and google them..
November 13, 2008 at 9:40 am
Not too sure what you are saying in your post but an XML file is usually data which you want to import or export in and out of your database,...
November 13, 2008 at 9:37 am
I have found a crude method of archiving this...
SELECTLEFT(CONVERT(NVARCHAR, datWork_dtDate_Received, 107),3) + '-' + RIGHT(CONVERT(NVARCHAR, datWork_dtDate_Received, 107),2) As datWork_dtDate_Received
October 28, 2008 at 3:49 am
That worked perfectly! Thank you! Can't believe I didn't think of that!
Use udbEXTRACT
Go
SELECT sys.schemas.name AS SchemaName ,sys.all_objects.name AS TableName, sys.all_columns.name AS ColumnName, sys.extended_properties.name...
October 14, 2008 at 10:21 am
I tried the following as suggested, the code runs but I get results (properties info returned), I just get the column names defined and nothing else, even though the table...
October 14, 2008 at 9:53 am
This can be done, check the following link out...
October 10, 2008 at 10:12 am
You can do this in 2005 but doesn't look as good as dundas, but at least its free, done in a similar way to conditional formating, you would have pictures...
October 10, 2008 at 10:09 am
You can't in short, not unless you set up a subscription to a report selecting xls as the output format and have it either email a user or email them...
October 10, 2008 at 10:00 am
You should be able too if you are using the dundas functionality... What options are available to you?
October 10, 2008 at 9:58 am
You can't in SSRS, the chart functions are just too limited, check out Dundas... You can download for evaluation:
October 10, 2008 at 9:56 am
I believe that the parameters are ordered in the order they appear in the where clause...
October 10, 2008 at 9:55 am
Check out Dundas, it comes free in SQL 2008 but in 2005 costs, but really addresses the limitations of charts in SSRS.
October 10, 2008 at 9:53 am
The only way this can be done (that I am aware of) is a very convoluted process changing the style sheets which is coded in xml and isn't an easy...
October 10, 2008 at 9:51 am
Viewing 15 posts - 46 through 60 (of 119 total)