Viewing 15 posts - 17,881 through 17,895 (of 26,484 total)
Probably could if you provided table definitions, sample data, and expected results based on the sample data. Not being a Foxpro programmer, I have no idea what it is...
December 16, 2009 at 4:41 pm
rpatil22 (12/16/2009)
and col2 as datetime and add default constraint to col2 as getdate()
2. Insert into table1 ( col1,col2) values('a') -...
December 16, 2009 at 4:36 pm
Doing that, you are probably going to need to looking to mirroring your databases. As this would be for reporting, I'd look at asyncronous mirroring of the reporting database.
I...
December 16, 2009 at 2:53 pm
I don't have that issue with my wife when it comes to sports. She isn't a real sports fan. She likes to root againt my team (football, Denver...
December 16, 2009 at 2:30 pm
Ray K (12/16/2009)
One of us usually ends up sleeping on the couch! 🙂
Let me guess, not her? 😛
December 16, 2009 at 2:22 pm
Glad I could help. But, please, take the time to read those blog posts as well. 😉
December 16, 2009 at 2:17 pm
Sounds like a classic case of parameter sniffing. It may benefit this stored proc to declare local variables and assign the values from the parameters to those local variables...
December 16, 2009 at 1:20 pm
krypto69 (12/16/2009)
I think the retension policy is going to be one year.
I just saw this, and I have to say that this solution is not ideal. You really need...
December 16, 2009 at 1:10 pm
Not overally fond of baseball, but if I had root for a team, Colorado Rockies. Sorry, born and raised in Colorado.
December 16, 2009 at 1:01 pm
GSquared (12/16/2009)
Lynn Pettis (12/16/2009)
December 16, 2009 at 12:54 pm
Creating the expected results is really a manual process. Look at your sample data you provided, what should the result set returned look like, what is the correct answer?...
December 16, 2009 at 12:51 pm
ray 78019 (12/16/2009)
December 16, 2009 at 12:39 pm
Also regarding the company providing training; it's nice when they do, but in the end it is up to us to keep ourselves current and relavent in our rapidly changing...
December 16, 2009 at 12:32 pm
Magy (12/16/2009)
December 16, 2009 at 12:28 pm
The error message pretty much tells you what is wrong. The password for the account attempting to login to the server has expired. You need to change the...
December 16, 2009 at 11:21 am
Viewing 15 posts - 17,881 through 17,895 (of 26,484 total)