| bio | website | |
|---|---|---|
| location | Boulder, CO | |
| age | 39 | |
| visits | member for | 3 years, 4 months |
| seen | 16 hours ago | |
| stats | profile views | 66 |
|
Jul 12 |
comment |
Can I optimize this SQL remote update? How many records you estimate are usually going to be in the @wip table? |
|
Jul 12 |
comment |
Can I optimize this SQL remote update? In my case I needed to retrieve a few thousand rows from the remote server and I joined a temp table with what I needed. Then I found that it was bringing the whole table (that is what I think your update is doing right now), so I created a dynamic SQL with a IN in the where with all the IDs I needed to retrieve. I know is not very nice, but it decreased the time to milliseconds. |
|
Jul 12 |
answered | Can I optimize this SQL remote update? |
|
Jul 11 |
revised |
Best approach: get the most recent N-side Record on a SQL Query on a N-1 relationship added 22 characters in body |
|
Jul 11 |
comment |
Best approach: get the most recent N-side Record on a SQL Query on a N-1 relationship @Magnus, that is exactly what I thought while I was writing my answer. |
|
Jul 11 |
answered | Best approach: get the most recent N-side Record on a SQL Query on a N-1 relationship |
|
Jul 11 |
comment |
Best approach: get the most recent N-side Record on a SQL Query on a N-1 relationship Are you using Microsoft SQL Server? |
|
Jun 16 |
awarded | Scholar |
|
Jun 16 |
accepted | Are there any tools to integrate MS SQL Server Reporting with Ruby? |
|
Apr 1 |
comment |
Are there any tools to integrate MS SQL Server Reporting with Ruby? @Rozwel Thanks! I think I might have to go that route, but I just wanted to ask the community if there are any tools similar to the .Net ReportViewer class. Where the end user can navigate, print, or export the report without having to re-invent the wheel. |
|
Apr 1 |
awarded | Student |
|
Apr 1 |
asked | Are there any tools to integrate MS SQL Server Reporting with Ruby? |
|
Jan 1 |
awarded | Yearling |
|
Nov 29 |
comment |
SQL XML Column displaying squares as nodes What do you mean squares? Like squares characters? If this is what you meant, try to convert the node to nvarchar instead of varchar. |
|
Nov 22 |
comment |
SQL Subtract exactly a year What SQL server are you using? (MS SQL, MySQL, Oracle, etc) |
|
Nov 12 |
comment |
SQL Server Update not updating the decimals @Nai you can also try to put a 0.0 at the right of the isnull like ISNULL((z.Rate*@MaxLike),0.0) and see what happens. |
|
Jul 12 |
answered | SQL Server String Manipulation Query |
|
Jul 6 |
answered | Having a generated column depend on other generated columns |
|
May 14 |
answered | schema for storing different varchar fields over time? |
|
Mar 11 |
revised |
SQL COUNT of COUNT added 13 characters in body |