Viewing 15 posts - 151 through 165 (of 432 total)
When possible I prefer to copy the BAK file to a local or SAN drive before restoring. I wouldn't trust a network connection for this operation, expecially with...
October 31, 2013 at 10:12 am
db808 (10/30/2013)
I'm reading the Training Kit Book and there are sections with a "key" icon. What are the relevance of these verses the sections labled "exam hints"
The "Key" items...
October 31, 2013 at 10:05 am
Try using the GETUTCDATE() function to determine the actual time to decide if it's time to eneable the job, as in:
IF GETUTCDATE() > '2013-11-03 06:00:00'
/* Adjust the time...
October 30, 2013 at 10:34 am
Sometimes a stuck or orphaned transaction will prevent the log file from overwriting inself and cuase ti to grow indefinately. If you suspect this is happening, you can run...
October 29, 2013 at 4:52 pm
FYI, I have confirmed on two different instances of 64-bit SQL 2008 R2 SP2 that WITHOUT Integration Services installed you can run an SSIS Package from SQL Agent that imports...
October 29, 2013 at 9:49 am
I'd say about 76GB If you're using SQL 2008 Standard Edition (maximum this edition can use is 64GB). If you have enterprise, then as much as your hardware...
October 24, 2013 at 11:28 am
Does this not prevent use of xp_CmdShell by SAs, which was the original quesiton?
This reminds me of a question a few years ago about how to keep SAs from being...
October 23, 2013 at 12:00 pm
Not to interject a dumb quesiton into this but what does this mean?
nameminimummaximumconfig_valuerun_value
xp_cmdshell0100
October 23, 2013 at 11:41 am
Since no one would hire a DBA with zero experience, I'd say that ALL DBAs start via the accidental route. When do you become a REAL one? I...
October 23, 2013 at 11:30 am
Here's a pair of excellent articles on installing SQL Server:
When you get to the screen where you select features, select Reporting Services only (on the Reporting server of course).
When you...
October 22, 2013 at 5:42 pm
Thanks!
Acutally, since the connection string format for ACE.OLEDB 12 is more than just the filepath the actual value I needed was
"Data Source=C:\\Folder1\\Folder\\" + @[User::Site]+ ".MDB;Provider=Microsoft.ACE.OLEDB.12.0;"
Now I'm progressing.
October 22, 2013 at 3:10 pm
I was planning to install Integration services during the last downtime when I can across this:
http://technet.microsoft.com/en-us/library/ms345193(v=sql.105).aspx
But from what I'm gathering, there's no need to configure integration services service as...
October 21, 2013 at 2:23 pm
I swtiched from the Jet provider to the ACE Access 10.0 provider, but I'm havng the same result: The data from the text source file successully imports, but the...
October 21, 2013 at 2:06 pm
Koen Verbeeck (10/18/2013)
dan-572483 (10/17/2013)
Regarding Access: which provider are you using? JET OLEDB or ACE OLEDB? JET is only available in 32-bit, but ACE has also 64-bit providers available.
The package was...
October 18, 2013 at 9:57 am
Koen,
I'm a little farther into this project, but I'm still confused. In the blog post you linked to earlier, you wrote
You only need to install Integration Services...
October 17, 2013 at 12:58 pm
Viewing 15 posts - 151 through 165 (of 432 total)