Viewing 15 posts - 5,821 through 5,835 (of 7,187 total)
I know the ETLs and Reports that are used but i do not have any list of tables which are being referenced by them.
No, I'm afraid you have some tedious...
June 22, 2010 at 2:03 am
Ankur
You're probably in a better position than you think. You know what your reports are, you know what your master tables are, and you know what your ETL process...
June 22, 2010 at 1:41 am
I think you just need to ask your network people to give your SQL Server access to send mails via the SMTP relay server.
John
June 21, 2010 at 9:53 am
Ankur
I think you have two options:
(1) Set up a profiler trace, run for a period of time, then analyse.
(2) Periodically dump the contents of the dynamic management views to permanent...
June 21, 2010 at 6:44 am
Subhro
This is something that's best done by the presentation layer of your application, rather than the database layer. However, if you insist on using T-SQL, it's a simple piece...
June 21, 2010 at 6:34 am
Pooja
Thanks for the explanation. Bear in mind that we're not paid to answer these questions and most of us also have day jobs, so it isn't always possible to...
June 8, 2010 at 10:59 am
James
I don't understand what you mean by "I usually get all records in the index" and "that fixed 2 of the 3 records that were table scanning". Please will...
June 8, 2010 at 10:53 am
Pooja
Why is this urgent? Is it a homework assignment?
I wouldn't recommend doing this since it is likely that an inappropriate execution plan will be cached if you use the...
June 8, 2010 at 10:45 am
I think the line beginning with "if" should read:
IF EXISTS (SELECT * FROM sys.extended_properties WHERE [name] = 'Domain')
By the way, please try to post in the correct forum next time...
June 8, 2010 at 10:33 am
Enis
Is there any reason you can't set up a file connection and just use one data flow to move the data from the table to the file? No loops...
June 8, 2010 at 10:24 am
sudhakar0683 (6/8/2010)
You can use lite speed tool for backup,it was built in with sql server 2008
LiteSpeed is a good tool, but as far as I know it's not "built in"...
June 8, 2010 at 10:12 am
Iain
Yes, you need the name of the column that holds the date, instead of GETDATE(). The code you posted does not have a FROM clause. Please post the...
April 27, 2010 at 8:16 am
Radek
You can use the [font="Courier New"]WITH STATS =[/font] clause in your [font="Courier New"]RESTORE DATABASE [/font]statement in order to view the progress of the restore.
John
April 23, 2010 at 9:00 am
Good point from George about the failed restores. The change of ownership can be scripted, so I don't see that as an issue. You make your choice based...
March 23, 2010 at 9:13 am
Viewing 15 posts - 5,821 through 5,835 (of 7,187 total)