Viewing 15 posts - 2,761 through 2,775 (of 9,643 total)
Are you sure you have space on the drive for all backups?
Are there any messages in the job history?
You aren't doing any type of logging. Can you try wrapping...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 23, 2010 at 10:14 am
The Dixie Flatline (9/23/2010)
building a comma...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 23, 2010 at 9:47 am
da-Zero,
Definitely a better idea which makes the process set-based, while my suggestion would work, but would process per row, meaning a delete statement for each row in the spreadsheet.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 23, 2010 at 9:40 am
avi-631555 (9/22/2010)
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 23, 2010 at 6:29 am
Not that I am aware of.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 23, 2010 at 6:15 am
Does the Report Server Service account have permissions to connect to the FTP location? What are you getting for an error?
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 23, 2010 at 6:04 am
Great. I'm glad I could be of assistance.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 23, 2010 at 4:54 am
Bhuvnesh (9/22/2010)
Jack Corbett (9/22/2010)
Foreign Keys are not indexesbut i think, by default it gives non-clustered index.
Nope. A foreign key does NOT create an index of any kind.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 23, 2010 at 4:53 am
In that case you could use sp_who2 to log to a table in a job.
Or you could do a server side trace as Gail suggested.
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 22, 2010 at 2:33 pm
There aren't logon triggers in Sql Server 2000 so you won't be able to move this to a 2000 server.
The reason you are getting this error is because LOGON is...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 22, 2010 at 2:02 pm
Daniel Bowlin (9/22/2010)
CirquedeSQLeil (9/22/2010)
Daniel Bowlin (9/22/2010)
Is this some evil plan to get us to spend even more time in the forums? 😀
Yes - and it is working
It's like quicksand, the...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 22, 2010 at 1:52 pm
Foreign Keys are not indexes and are used to enforce Referential Integrity not performance. In reality a foreign key hurts performance (minimally) on inserts/updates/deletes. Set Statistics IO ON...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 22, 2010 at 1:50 pm
The first thing I notice is that the only indexes on the tables are the Primary Key's. For the queries you have shown us I'd think you'd want at...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 22, 2010 at 1:12 pm
If you aren't getting any errors then there haven't been any databases dropped in the time frame covered by the Default Trace. The default trace only has up to...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 22, 2010 at 1:02 pm
jcrawf02 (9/22/2010)
😉
[rant?]
By the way, just read Tom LaRock's post, am I the only new guy...
Jack Corbett
Consultant - Straight Path Solutions
Check out these links on how to get faster and more accurate answers:
Forum Etiquette: How to post data/code on a forum to get the best help
Need an Answer? Actually, No ... You Need a Question
September 22, 2010 at 12:50 pm
Viewing 15 posts - 2,761 through 2,775 (of 9,643 total)