Viewing 15 posts - 31 through 45 (of 127 total)
September 10, 2018 at 7:07 am
August 7, 2018 at 7:25 am
I started using Visual Studio with DB Projects 6 years ago, once I got my head around using the project as my source of truth for code rather than the...
August 7, 2018 at 6:21 am
Cowboy DBA - Friday, July 12, 2013 8:44 AMTried Googling it?
Yes, that's what I'm doing right now. Your response...
July 3, 2018 at 8:24 am
I agree with you Steve, this has to be addressed. I would suggest Microsoft handle character data differently altogether and treat varchar as a string the same way C# or...
June 28, 2018 at 6:31 am
March 8, 2018 at 8:14 am
I agree with Steve about abolishing daylight savings; either leave it sprung forward or let it fall back and stay but either way I'm in favor of not moving the...
March 8, 2018 at 7:26 am
SQLExpress is free of licensing fees. If I am in a position that my server performance needs to exceed that of SQLExpress.... Yeah, the 8K is more than...
August 29, 2013 at 10:58 am
I too don't read this email from my mobile. The "crispness" I like. I like the editorial as the first item but miss the "In this issue" at...
July 2, 2013 at 9:12 am
Hi sfeldman,
I never found out what the resolution was because I left the company shortly after this post. At my departure we didn't attempt moving to the tempdb, it...
April 5, 2013 at 11:34 am
vlad-548036 (1/30/2013)
declare @howmany int=3
insert top (@howMany)
can be used to...
January 31, 2013 at 12:21 pm
the query plan cache is server scoped not database scoped.
you can filter for a specific database on dm_exec_sql_text.dbid by database id or use the db_name(dbid) to filter by database name.
b.dbid...
October 25, 2012 at 2:03 pm
jamie.chicago (10/25/2012)
join sysobjects o on b.objectid=o.idthat way you can filter on xtype = 'P' and you aren't restricted to procs named sp%.
or to avoid the performance hit of the join...
October 25, 2012 at 8:35 am
rmechaber (8/23/2012)
That code errors out on my trial:
Msg 536, Level 16, State 5, Line 1
Invalid length parameter passed to the SUBSTRING function.
Rich
I've seen this before. There is a negative...
August 23, 2012 at 11:49 am
Seems like you are finding yourself in a situation similar to one we encounter from time to time where I work. That is, you need to have a job...
May 22, 2012 at 8:08 am
Viewing 15 posts - 31 through 45 (of 127 total)