Viewing 15 posts - 5,146 through 5,160 (of 26,490 total)
I'm thinking the problem is using " (double quotes) in building your string and probably not the correct number of ' (single quotes).
May 22, 2015 at 1:51 pm
parag.sv (5/22/2015)
Yes, it will show the database size same as it was before you compressed...
May 22, 2015 at 1:38 pm
Here are two ways to get the servername:
select srv.name as ServerName from sys.servers srv where srv.server_id = 0;
select SERVERPROPERTY('ServerName');
May 22, 2015 at 1:34 pm
And what are you expecting to be returned?
May 22, 2015 at 1:23 pm
Why the restriction?
May 22, 2015 at 1:21 pm
Here is a snippet I found in a recently developed piece of code:
Stored proc parameter: @reportstring NVARCHAR(max)
DECLARE @tmpTbl TABLE ( value NVARCHAR(200) )
SELECT @tmp = ''
SELECT @i = 1
SELECT @length...
May 22, 2015 at 10:28 am
Has anyone tested the routines you will find here,http://www.sommarskog.se/arrays-in-sql.html,and see how they compare? Unfortunately my time is very limited but I found one the routines in a function here...
May 22, 2015 at 7:55 am
Greg Edwards-268690 (5/21/2015)
cunningham (5/21/2015)
Lynn Pettis (5/21/2015)
cunningham (5/21/2015)
soooo this is where you lot go to blow off steam!
Welcome to The Thread! Now that you are here, you really should spend...
May 21, 2015 at 8:37 am
cunningham (5/21/2015)
soooo this is where you lot go to blow off steam!
Welcome to The Thread! Now that you are here, you really should spend a few months reading the...
May 21, 2015 at 8:13 am
i1888 (5/20/2015)
May 20, 2015 at 9:24 pm
arulbabuvp (5/20/2015)
I initially created forum topic with the same name in the below link.
http://www.sqlservercentral.com/Forums/Topic1685563-3077-1.aspx
Thanks to Alan and Eirikur who has guided me post effective forum question.
I created a...
May 20, 2015 at 2:36 pm
SQLRNNR (5/20/2015)
Ed Wagner (5/20/2015)
GilaMonster (5/20/2015)
Eirikur Eiriksson (5/20/2015)
May 20, 2015 at 2:29 pm
arulbabuvp (5/20/2015)
I initially created forum topic with the same name in the below link.
http://www.sqlservercentral.com/Forums/Topic1685563-3077-1.aspx
Thanks to Alan and Eirikur who has guided me post effective forum question.
I created a...
May 20, 2015 at 2:26 pm
Eric M Russell (5/20/2015)
meerack11 (5/20/2015)
I am currently looking for job as sql developer company gives sql query to solve so can you help me where I can find...
May 20, 2015 at 11:09 am
Almighty (5/20/2015)
GilaMonster (5/20/2015)
Almighty (5/20/2015)
as said earlier .. check the reason of log not shrinkingin log _reuse_wait column
Log_reuse_wait has nothing to do with the log not shrinking. It...
May 20, 2015 at 12:34 am
Viewing 15 posts - 5,146 through 5,160 (of 26,490 total)