Topics
Started by
Posts
Last post
Hi there Is there a way that I can capture an output variable from a SQLCMD Script? For example: De…
1 replies
I'm inexperienced in asking these questions in a forum. I'm sure there's a more elegant way to dis…
10 replies
--test data declare @T table(a int null, b int null) insert @T(a, b) select 0, 0 union all select …
4 replies
I have a table that has one column that has multiple values. I need to create a new table with each…
3 replies
Hi, i have a problem with using in-memory tables in conjunction with clustered column store index. …
2 replies
I would like to help others using SQL to develop my skills. Does anyone know of any projects I can…
8 replies
Hi, what is an acceptable SQL Query Execution time? Is 3 minutes acceptable? What is an unaccepta…
6 replies
how can i see the last 100 select statements that were run by any user against a particular table? …
2 replies
I need help with UPDATE Query. I have this data in tables and want to update weighted average in ta…
7 replies
Hi, I am trying to round my numbers up to the nearest whole number if the decimal is equal to or gr…
15 replies
Hello - The ERROR_MESSAGE() is capturing only the last message in the error stack but nothing prece…
1 replies
SELECT 15 > 14 FROM Duel; Working in MySql but not in SqlServer SQL Error(102): Incorrect synta…
3 replies
An exercise I was reading is about a bicycle shop. There is a table called "Cycle" and a table cal…
7 replies
Hi all, Newbie to sql management studio. I import data from excel and some cells contain line break…
3 replies
A friend of mine asked me a really interesting question, and I'm a little stumped. She's trying to …
3 replies
Viewing 15 topics - 661 through 675 (of 1,539 total)
You must be logged in to create new topics.