Viewing 15 posts - 2,506 through 2,520 (of 15,381 total)
chandrika5 (8/7/2015)
Update mytable
set col1= 'some value',
...
August 7, 2015 at 3:13 pm
mar.ko (8/7/2015)
If...
August 7, 2015 at 3:09 pm
For what it is worth, the text datatype has been deprecated since sql server 2005 in favor of varchar(max). If at all possible you should update your tables and stop...
August 7, 2015 at 3:04 pm
halifaxdal (8/7/2015)
I asked previously if there is a way to isolate the portion that you need to search for. Thinking if you could parse that part into its own column...
August 7, 2015 at 2:36 pm
halifaxdal (8/7/2015)
Sean Lange (8/7/2015)
halifaxdal (8/7/2015)
Sean Lange (8/7/2015)
halifaxdal (8/7/2015)
The table contains daily data that to be analyzed to find out those fit into certain criteria, that's what the query is...
August 7, 2015 at 2:05 pm
halifaxdal (8/7/2015)
Sean Lange (8/7/2015)
halifaxdal (8/7/2015)
The table contains daily data that to be analyzed to find out those fit into certain criteria, that's what the query is for. I don't...
August 7, 2015 at 1:42 pm
Well...the code you posted doesn't do anything but set some variables. You either need to share the rest of the code, or write that code that executes it.
August 7, 2015 at 1:23 pm
halifaxdal (8/7/2015)
The table contains daily data that to be analyzed to find out those fit into certain criteria, that's what the query is for. I don't know what else...
August 7, 2015 at 1:19 pm
Luis Cazares (8/7/2015)
Jeff Moden (8/7/2015)
SQLRNNR (8/7/2015)
jasona.work (8/7/2015)
August 7, 2015 at 12:53 pm
Lowell (8/7/2015)
Sean Lange (8/7/2015)
August 7, 2015 at 12:51 pm
Lowell (8/7/2015)
i parsed everything with DelimitedSplit8K, and then just fiddled with columns that were larger than the target length.
my...
August 7, 2015 at 12:36 pm
halifaxdal (8/7/2015)
A test shows a query like
select * from table where charindex(column, keyword) > 1
costs 14 minutes to return result.
I...
August 7, 2015 at 12:34 pm
SQLRNNR (8/7/2015)
Sean Lange (8/7/2015)
ShorePatrol (8/7/2015)
I have some indexes over 30% fragmented. Some are much more...
I have a job maintenance plan to "re-organize" indexes every Sunday on all databases. I...
August 7, 2015 at 9:22 am
ShorePatrol (8/7/2015)
I will check that page out...
But for clarification, is "rebuilding" an index better than reorganizing? I know I read somewhere that it was overkill to do...
August 7, 2015 at 9:08 am
ChrisM@Work (8/7/2015)
Grant Fritchey (8/7/2015)
j-1064772 (8/7/2015)
Move to the top, before any DML the following:[/font]
[font="Courier New"]CREATE...
August 7, 2015 at 8:46 am
Viewing 15 posts - 2,506 through 2,520 (of 15,381 total)