Viewing 15 posts - 1,201 through 1,215 (of 7,504 total)
1) centrainly not a good practise to use sysadmin privileges in regular aps.
(even for testing ! The sooner you encouter a security issue the better !!)
2) are you getting an...
August 12, 2013 at 3:38 am
Just my 2 ct.
You're still running SQL2008R2 RTM version.
Current is 2008 R2 Service Pack 2 ( and if you also do the CU it is on CU7 for...
July 19, 2013 at 12:51 am
does the sqlserver service account of your target server have the needed windows auth to read the backup file at the location you pointed to ?
July 17, 2013 at 7:41 am
Ronen Ariely (7/16/2013)
But actually as the entire article is not discuss an ideal case, but a case study which should...
July 17, 2013 at 12:55 am
Nice article. Thank you for sharing.
I've always used this ref. "Negative Process ID (spid -2) in SQL Server" to guide me through this situation 🙂
July 16, 2013 at 12:37 am
jacquereed (7/15/2013)
July 15, 2013 at 11:46 pm
Sean Lange (7/11/2013)
...
This isn't only a great solution for the problem,
it also gets rid of the dynamic sql in the sproc, which is always a horrible thing you should...
July 12, 2013 at 12:06 am
Caps off, please. No need to shout. :ermm:
You would have to code 3 inserts
or
( since you are posting in the SQL2008 forum )
You could code a single insert and...
July 11, 2013 at 12:11 am
with regards to your Powershell script:
do you actually use an xlsx template to fill out with your data?
do you actually use any excel functionallity at all ?
if not: just change...
July 10, 2013 at 11:57 pm
let me answer Q1 for you : Yes
ref: Version and Edition Upgrades http://msdn.microsoft.com/en-us/library/ms143393%28v=sql.105%29.aspx
Q3 We prefer upgrading using the migration path (backup/restore).
With inplace upgrades, the instance is configured starting from...
July 8, 2013 at 2:15 pm
actually ... the correct answer may not be that correct at all :hehe:
It all depends on your ANSI_PADDING setting in use.
set ansi_padding off ;
declare @Vchar varchar(12)='prasad '
...
July 8, 2013 at 2:16 am
nice and simple trick.
Thank you for sharing.
July 8, 2013 at 1:58 am
July 5, 2013 at 7:01 am
it loads the default trace data into a temp table and queries it so it only shows Auto Grow events in a first query en in a second query it...
July 5, 2013 at 5:09 am
If you have default traces enabled ( should be the sqlserver default unless your installation dated pre RTM ), you can find information what extended your (temp)db.
/*
* Import Default...
July 5, 2013 at 12:37 am
Viewing 15 posts - 1,201 through 1,215 (of 7,504 total)