Viewing 15 posts - 181 through 195 (of 1,999 total)
I'm not familiar with sharepoint too much, but is it possible that the GUIDs are being generated by the sharepoint server? not by SQL
March 2, 2020 at 4:14 pm
I can only think of 2 options
March 2, 2020 at 4:03 pm
Yes, I totally agree unfortunately that is not possible to have the format changed ...
Sometimes we have to work with what we are given ....
🙂
Actually, you can cheat...
March 2, 2020 at 2:54 pm
I (occasionally) work with an app like that, thousands of tables, no foreign key constraints, even better, if you add an index to a table, the next...
March 2, 2020 at 2:36 pm
I am assuming the solution is a correlated subquery.
Like this example, with the difference that you need to use sum and group by instead of AVG.
This must...
March 2, 2020 at 2:31 pm
that raises an interesting point - I'm slightly misquoting Alejandro here
"memory problems, SQL Server bugs, or IO subsystem"
All of this morning My DR instance has had all 3 of these...
March 2, 2020 at 1:13 pm
I am assuming the solution is a correlated subquery.
Like this example, with the difference that you need to use sum and group by instead of AVG.
This must be done...
March 2, 2020 at 1:00 pm
This sounds like a NoSQL situation - basically "eventual consistency" across many nodes????
am I correct ?
March 2, 2020 at 12:14 pm
is this causing an issue ? the installation language is pretty much just used for error messages and date formats (as for as I can remember)
your collation will control sort...
March 2, 2020 at 12:07 pm
you might have to use case statement
for example if I wanted to get a count for all employees who first name starts with 'j'
select sum cnt from
(select case when firstname...
March 2, 2020 at 11:20 am
Another venting.. first thing though, I don't want to get into the whole argument on of using EOM vs BOM.
Where I work currently they use EOM. Which is fine...
March 2, 2020 at 8:55 am
Now i'm interested in your reading interests. If I were a betting man I'd go with Ian M banks
Tends to vary over time. I like some sci-fi, spy...
February 28, 2020 at 4:36 pm
Jeff
2nd row has data types? I've never seen that before.. but you have no idea what dreams I will have tonight , followed by the nightmares of using the SSIS...
February 28, 2020 at 4:29 pm
we still use mainframe and AS400. This is how we get files all the time. Bulk Insert works well and fast. I still have arguments with mainframers as they...
February 28, 2020 at 2:33 pm
good spot.. it's easy to lose a , or ' especially in dynamic sql or badly formatted code
February 28, 2020 at 12:53 pm
Viewing 15 posts - 181 through 195 (of 1,999 total)