Viewing 11 posts - 1 through 11 (of 11 total)
Ow, I really love SSRS, believe me, but I want to use this tool for ad-hoc monitoring without the need for installing SSRS etc.
I'd like to view...
November 2, 2017 at 3:14 am
Here's the whole script
DECLARE @sSql AS varchar(max)
DECLARE @cols as varchar(max)
SET @cols = '' + QUOTENAME( Convert ( nvarchar,dateadd("d",-1,getdate()),105 ) )...
November 18, 2013 at 1:43 pm
Hi all,
thanks for the replies; I tried to create a dynamic query, it's almost working. Here's the code:
DECLARE @cols as varchar(max)
SET @cols = '' + QUOTENAME( Convert ( nvarchar,dateadd("d",-1,getdate()),105...
November 18, 2013 at 12:46 pm
That's so polite of you. I think he thinks he's better than those as well :hehe:.
Sound like a little sarcastic to me or am I wrong ?
I hope he...
September 7, 2011 at 12:01 pm
I will respect those who knows a lot of something, so I'll expect some respect too. He started SQL once and asked "stupid" of basic questions too.
I hate replies like...
September 7, 2011 at 11:39 am
notoriousdba (9/7/2011)
Piet,Maybe you haven't been in this game long enough to know who Joe Celko is. Not for nothing, but if he talks, you should listen.
I will listen, but I...
September 7, 2011 at 11:28 am
How nice for you!
O Yes it is nice !
Gridview? Who cares? This is an SQL forum.
ever heard of background information wich can be usefull to share ?
...
September 6, 2011 at 11:58 pm
Restoring transactions is not available in SQL Express (at least not in the SSMS), so I guess this isn't an option.
I just tested some stuff and I can restore my...
January 13, 2011 at 1:19 am
at the moment the recovery model is simple, but I can change it easily. I want to backup databases every 4 hours. I always thought that when I create a...
January 12, 2011 at 2:13 pm
well, I guess this solution will work for me since there is no tool.
Thanks and a merry Christmas everyone !
December 20, 2010 at 1:06 pm
Sorry for my start post, this is exactly what I mean: a tool to open & execute .SQL files with CREATE comands etc. I don't want to open and execute...
December 20, 2010 at 12:47 pm
Viewing 11 posts - 1 through 11 (of 11 total)