Viewing 15 posts - 76 through 90 (of 286 total)
SQLMyFriend (5/5/2011)
Is it also related with using system stored procedures ?
I don't see why, although if you're joining to system table-valued functions that might cause issues.
May 5, 2011 at 9:38 am
SQLMyFriend (5/4/2011)
He told me it will be a great pain when upgrading- you ignore the collation of older server, and...
May 5, 2011 at 6:52 am
lance.kentwell (5/4/2011)
May 5, 2011 at 3:53 am
RichardDouglas (7/15/2010)
May 4, 2011 at 6:08 am
I had this "issue".
The database collation had changed at some point, so the older character columns (not tables - tables don't have collations) had one collation and newer ones had...
May 4, 2011 at 5:45 am
Keep in mind though, that LIKEs with leading wildcards are a recipe for poor performance - so careful if your table gets large.
May 4, 2011 at 5:31 am
Brandie Tarvin (4/18/2011)
Duncan Pryde (4/18/2011)
Brandie Tarvin (4/18/2011)
Thank you, Duncan. That information is greatly appreciated. Now I know where to start on my studying.
No problem. Let me know if you need...
April 18, 2011 at 6:25 am
Brandie Tarvin (4/18/2011)
Thank you, Duncan. That information is greatly appreciated. Now I know where to start on my studying.
No problem. Let me know if you need anything else.
Duncan
April 18, 2011 at 4:38 am
Brandie Tarvin (3/11/2011)
I'm a generalist DBA and I'm trying...
April 18, 2011 at 4:28 am
rmechaber (4/13/2011)
April 14, 2011 at 1:11 am
Cliff Jones (4/13/2011)
April 14, 2011 at 1:06 am
Based on what I'd seen in question threads, it looked to me as though datatype/code/syntax questions were always popular, which a couple of you have confirmed here. It's perhaps because...
April 14, 2011 at 12:53 am
Viewing 15 posts - 76 through 90 (of 286 total)