Viewing 15 posts - 61 through 75 (of 104 total)
Another positive from the classroom environment is that you're exposed to questions other people ask as well.
June 3, 2008 at 4:44 am
No problem.
On second thought: You can run it against any of your databases & it should yield the same result.
June 2, 2008 at 10:58 am
I ran this against Master:
select * from sys.databases
June 2, 2008 at 10:55 am
It sounds like the application is trying to insert a NULL value in a column that doesn't accept NULLs
June 2, 2008 at 9:22 am
Hi there,
I honestly don't know, but I don't think that sort of information gets stored anywhere, unless you explicitly write it to a log or table.
June 2, 2008 at 3:01 am
Are you referring to a third party product or the Visual Studio tools used to design these packages?
Also, what information are you looking for?
May 30, 2008 at 6:57 am
Sure, to an extent.
But BOL doesn't really explain topics from a 'business-needs' point of view. With your article you can actually imagine/think of scenario's where certain options work better than...
May 30, 2008 at 6:42 am
Hi there,
Try the following:
http://msdn.microsoft.com/en-us/library/ms137916.aspx
It's broken down pretty well.
May 30, 2008 at 6:38 am
Hi there,
There are quite a few ways to restore a database (From a backup file, a snapshot etc).
This is just a basic example:
RESTORE DATABASE [YourDatabase]
FROM DISK...
May 30, 2008 at 2:00 am
We get that when querying a log shipped database after a log restore - it makes sense though since the 'old' session is no longer valid.
May 27, 2008 at 4:51 am
Hi there,
Is this a production database? If not, how often does it get restored?
May 27, 2008 at 3:39 am
Thanks for the article.
I wonder how good it would be to use for it reporting purposes.
Besides reports running on the same server as a production db & the added...
May 27, 2008 at 2:10 am
You can also get the data accross using the Import/Export data tasks
May 26, 2008 at 11:22 pm
Viewing 15 posts - 61 through 75 (of 104 total)