Viewing 15 posts - 46 through 60 (of 91 total)
Your question is quite unclear.
1. What do you mean by pausing?
2. Read from this section from BOL:
If database mirroring is removed completely, the mirror database is in...
September 20, 2011 at 10:38 pm
It depends! And there is no standard formula as per my knowledge. But I would prefer to import access table in a dummy sql table with varchar type of Age...
September 19, 2011 at 12:26 pm
daveriya (9/19/2011)
nobody understand my prob here,i past my query also, the thing is in my query i need to calculate WAL, that is only value i need to display ,i...
September 19, 2011 at 12:17 pm
What I did in the end was to enable the Super Admin account in Windows 7 which by passes all UAC, I then re-installed SSRS and now it seems to...
September 18, 2011 at 10:14 pm
I have performed a native install of SSRS 2008 R2 on Win7 Home edition. Now when I have try to access the Report Manager I get an error of :
User...
September 18, 2011 at 12:44 pm
huh!!!!
DECLARE @STR VARCHAR(255) =' rajneeh
kumar
is
working in technext'
SET @STR = REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(@str, ' a', '...
September 16, 2011 at 5:05 am
I am using currently this one. Though with loop but It's not slower for me:
DECLARE @InputString as VARCHAR(1000) ='chocolate dipped strawberries mini cake '
DECLARE @index ...
September 15, 2011 at 10:29 pm
You should use PIVOT statement.
September 15, 2011 at 9:55 pm
Char is a function also, returning ascii character.
Therefore, select Char(100) returns you 'd'
September 15, 2011 at 12:11 am
Hmmm... You can try these lines to see the difference:
select CONVERT(char, 'This is a SQL Server Central Forum')
select CONVERT(char(1), 'This is a SQL Server Central Forum')
select CONVERT(char(100), 'This is a...
September 14, 2011 at 7:11 am
Viewing 15 posts - 46 through 60 (of 91 total)