Viewing 15 posts - 3,136 through 3,150 (of 13,469 total)
amit_pjoshi (7/9/2013)
Can someone help its very urgent?
While developing the SSRS report we have to create a stored procedure using MDX query for this we have to hold the MDX...
July 9, 2013 at 7:26 am
it is not necessary to upgrade, no; the database backup is the same, regardless of service pack, version, and that's what you would backup/restore. the service packs / CU change...
July 9, 2013 at 6:06 am
tstagliano (7/9/2013)
July 9, 2013 at 6:01 am
huum (7/8/2013)
i am admin on remote location folder permissionand it does not even create new file
it does not matter if you are admin or not.
this is a common security misconception/"gotcha"....
July 8, 2013 at 12:46 pm
tstagliano (7/8/2013)
July 8, 2013 at 11:34 am
cschlieve (7/8/2013)
July 8, 2013 at 10:43 am
Jason both your suspicions are correct:
1 you cannot backup a database that is set offline;
you simply get this error:
Msg 942, Level 14, State 4, Line 2
Database 'MyDatabase'...
July 8, 2013 at 8:52 am
Rakesh.Chaudhary (7/8/2013)
I want this data to be exported to existing EXCEL and...
July 8, 2013 at 8:02 am
sharonsql2013 (7/5/2013)
I declared the primary key as identity int.
Now everytime a value(code) is selected from the grid , I want a corresponding character to be concatenated to the primary...
July 5, 2013 at 12:14 pm
i don't see in what you posted where you granted ABCD\svcaccount permissions in msdb to the procedure sp_start_job; you might have glossed over it, but did you do something like...
July 5, 2013 at 11:44 am
you missed Sean's snippet where you have to use a DAC(Dedicated Admin Connection) in order to see the statsblob; if you do that, the dmv sys.sysobvalues would be accessible.
July 5, 2013 at 9:15 am
select POWER(convert(bigint,2),31) as val into #temp
he was referencing another thread, where someone asked for the max size of a varchar(max);
that thread is here:
http://www.sqlservercentral.com/Forums/Topic1470699-391-1.aspx
i reused my same code example...
July 5, 2013 at 8:18 am
it's not the url itself, it's the target attribute of the a href tag that determines wether it replaces the current palce, or opens a named window or a new...
July 5, 2013 at 7:27 am
Koen Verbeeck (7/5/2013)
select POWER(convert(bigint,2),31) as val into #tempI see what you did there 😉
Recycling is good for the environment 😀
haha! cannot put anything past you! at least i didn't...
July 5, 2013 at 7:06 am
what you can do, however, is create the same trace as the default trace, and modify it from there.
an additional caveat: As far as I know,
a user created trace...
July 5, 2013 at 7:02 am
Viewing 15 posts - 3,136 through 3,150 (of 13,469 total)