Viewing 15 posts - 3,481 through 3,495 (of 9,643 total)
Not the Windows form calendar control. You can return the data for a calendar and use a Matrix/table to create the calendar.
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
January 4, 2010 at 1:25 pm
Those are not SSRS controls so they wouldn't be enabled when you are working on a report. You'd need to be working on a WinForm or other project/object 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
January 4, 2010 at 1:03 pm
What controls were disabled?
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
January 4, 2010 at 12:50 pm
I don't know that you can create an ODBC connection in a trigger. It "may" be possible. I was assuming you could use a linked server or OPENQUERY(),...
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
January 4, 2010 at 8:35 am
Sorry to say that you are basically screwed since you have no backups. Your only option is to run DBCC CHECKDB or CHECKTABLE with one of the repair options,...
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
January 4, 2010 at 8:05 am
Sure you could do it, but I strongly recommend against it. Anytime you are doing something outside of the SQL Server instance then you are asking for trouble. ...
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
January 4, 2010 at 8:02 am
You can do it either way. If you are doing 2 totally different things on the different actions then 2 triggers would probably be best, but if you are...
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
January 4, 2010 at 7:56 am
Can you provide some sample table structures, data, and code you have tried? See the first link in my signature line for how to do this.
Looping is usually not...
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
January 4, 2010 at 7:14 am
You can also query sys.database_files (must be run in the context of the database you are interested in). You do need to convert the size from 8kb pages 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
January 4, 2010 at 6:35 am
In my experience this is one of the drawbacks of the data-driven subscription as there is no way to specify that if the report has no rows don't send 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
January 4, 2010 at 6:26 am
Happy New Year to all.
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
December 31, 2009 at 2:08 pm
subs99 (12/30/2009)
Look, SQL gives us access control right down to 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
December 30, 2009 at 10:03 am
Here are some issues you'll need to deal with:
1. sp_msforeachdb returns a result set for each database. You might be able to get around that by creating a temp...
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
December 30, 2009 at 9:39 am
If you read the About us[/url] link on the left it gives some history.
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
December 30, 2009 at 8:26 am
Interesting question. I use sa and, interestingly enough, Tibor Karaszi has a blog post about this exact question today. Check it out.
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
December 30, 2009 at 8:23 am
Viewing 15 posts - 3,481 through 3,495 (of 9,643 total)