Viewing 15 posts - 1 through 15 (of 54 total)
There is a senior who wants to replace all the inline sql statements with sprocs. Well fine, the application will stop looping through 1000 inline statements and now will loop...
April 24, 2015 at 10:00 am
stakes (4/23/2015)
And did you ask what they want to be able to do?
"just in case we need it!"
Where/when would you let developers have SA privs?
April 23, 2015 at 1:59 pm
Either way, as a DBA, you have to adapt. So how can you start changing? Go to one of your developers, or heck, attend one of their meetings and...
April 23, 2015 at 1:45 pm
And when someone does successfully attack one of these places I wonder how many companies will get screwed when they finally read the T&Cs with a lawyer?
I don't doubt for...
April 6, 2015 at 3:12 am
If it is general blocking a set of users then a logon trigger will do the trick.
But if you want to block Server Admins & Developers with Server Admin rights...
May 29, 2013 at 5:00 am
Jeffrey Williams 3188 (4/29/2013)
Steve JP (4/27/2013)
April 29, 2013 at 12:43 pm
Depends as the logfile doesn't always want to shrink. If it doesn't then like I said a single file attach is a sledgehammer approach, never said it was a preferred...
April 27, 2013 at 9:19 am
zi (4/25/2013)
I have a 3 GB mdf file and 355 GB ldf file.
What should I do, I have taken a backup to the transaction log, should i delete the...
April 27, 2013 at 6:50 am
It looks like the driver you are using is for Excel/Access/FoxPro and not for text files.
When I have had to query csv files I have used the openrowset command...
April 27, 2013 at 5:09 am
yes we got that. But why do you want to change the names of the physical files????
April 27, 2013 at 4:43 am
ananda.murugesan (4/27/2013)
what is wrong this code? pl. suggest
create table databaseSize (
DatabaseName varchar (100),
RowSizeMB varchar (50),
LogSizeMB varchar(50),
DBSizeGB varchar (50),
SteamSizeMB varchar(50),
TextIndexSizeMB varchar(50),
time_stamp getdate())
...
April 27, 2013 at 3:35 am
elham_azizi_62 (4/27/2013)
i use this T-Sql for reading txt file:
select * from OpenDataSource( 'Microsoft.ACE.OLEDB.12.0',
'Data Source="f:\rahnama.txt";Extended properties="Text;hdr=no"')...rahnama#txt
but gets error:
OLE DB provider "Microsoft.ACE.OLEDB.12.0" for linked server "(null)" returned message "'f:\rahnama.txt' is not...
April 27, 2013 at 3:21 am
IT researcher (4/27/2013)
Can I rename the physical name of both mdf and ldf files of system databases such as msdb,model and master?
Without breaking anything?? I very much doubt it....
April 27, 2013 at 3:12 am
SQLKnowItAll (4/26/2013)
April 26, 2013 at 3:45 pm
The ideal office??? Never having to work in one again! 😀
The main issue I have with large open spaces is that at times other teams, including helpdesks arent...
April 12, 2013 at 4:25 am
Viewing 15 posts - 1 through 15 (of 54 total)