Viewing 15 posts - 7,096 through 7,110 (of 9,643 total)
Do you mean the account SQL Server will be running under or the account which will be used to INSTALL SQL Server?
For the account that you will use to run...
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
October 27, 2008 at 7:21 am
I'm pretty sure that users will only be able to see tables which they have access to, but I'm not sure. I typically do not grant direct table access...
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
October 27, 2008 at 5:38 am
Fraggle (10/26/2008)
However, to my knowledge, SQL Saturday are Florida only.
Actually SQLSaturday is NOT a Florida only thing. There have been SQLSaturday's in Washington state, Alabama, and I...
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
October 26, 2008 at 11:12 am
Forget about missing a session by Steve Jones, you missed the opportunity to hear a session by Jack Corbett (of this post):P.
Hey, I wish you had made it to OPASS...
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
October 25, 2008 at 8:34 pm
You can go to PASS to find official chapters of SQL Server groups. You can also find out by finding your areas Microsoft Developer Evangelist which you can find...
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
October 25, 2008 at 6:40 am
Probably the easiest way to do it is to create a calculated field in your dataset using the expression you already have and then putting it in the report both...
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
October 24, 2008 at 1:03 pm
This is why I keep asking you to go get the Custom Component I posted. I included the source code which fixes the problem with illegal characters. I...
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
October 24, 2008 at 12:51 pm
If you have data that has single digit months or days 1 instead 01 etc... you need to use this format:
"M/d/yyyy"
This will work with either 1/1/1970 or 01/01/1970 or 1/01/1970...
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
October 24, 2008 at 11:03 am
Those are all available to the user in SSMS as well, they are just found in the Views section and Access is showing them as tables. Those are available...
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
October 24, 2008 at 9:42 am
When I run it I get an error against DB's in 2005 mode, but it runs fine if I change the compatibility to 2000. So it is a change...
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
October 24, 2008 at 9:17 am
I don't think it matters. I think most SQL Server folks use decimal, but from what I understand they are handled the same way by SQL Server.
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
October 24, 2008 at 9:06 am
It would be easier to help with some more details. Take a look at the links in my signature.
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
October 24, 2008 at 8:19 am
I believe that this means MS DTC is not running on one of the servers involved in the transaction.
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
October 24, 2008 at 8:15 am
From BOL:
To execute INSERT with the OPENROWSET function BULK option, you must be a member of the sysadmin fixed server role or of the bulkadmin fixed server role.
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
October 24, 2008 at 8:13 am
There are no temp files created, SSIS runs in memory which is why it is so fast. You can put a data viewer on the connector.
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
October 24, 2008 at 8:05 am
Viewing 15 posts - 7,096 through 7,110 (of 9,643 total)