Viewing 15 posts - 3,061 through 3,075 (of 5,111 total)
September 26, 2017 at 2:51 am
I believe that error can be detected at compile time. Is there any "good"...
September 25, 2017 at 10:15 am
September 25, 2017 at 9:58 am
Because NULLL is not a valid value. It's spelt NULL.
September 25, 2017 at 9:38 am
September 25, 2017 at 8:32 am
A quick look and you're opening more parenthesis than you are closing.The second left parenthesis closes the penultimate right parenthesis (the prior set was closed wrapping DT_STR,100,1252), leaving...
September 25, 2017 at 8:21 am
prettsons - Monday, September 25, 2017 2:23 AMTry this:
ALTER DATABASE tempdb MODIFY FILE
(
NAME = tempdev,
SIZE = DesiredInitialTempdbSize
)
Considering that this was...
September 25, 2017 at 6:31 am
September 25, 2017 at 6:05 am
That screenshot you've now provided is a 404 error, meaning the page you tried to access wasn't found. The address is localhost, so are you running both SSRS and your...
September 25, 2017 at 5:13 am
September 25, 2017 at 5:03 am
What have you tried so far? Could you post the T-SQL you tried that didn't give you the result(s) you were after? We could then tell you where you went...
September 25, 2017 at 2:25 am
September 24, 2017 at 6:36 am
SQLCMD does return the number of rows. At least Version 13 on Linux does:[username]@ihy:~$ sqlcmd -S localhost -U [Username] -Q "SELECT @@ServerName AS ServerName;"
Password:
ServerName
--------------------------------------------------------------------------------------------------------------------------------
September 24, 2017 at 5:38 am
Viewing 15 posts - 3,061 through 3,075 (of 5,111 total)