Viewing 15 posts - 31 through 45 (of 101 total)
You might want to look at the WMI event watcher task, this allows you to write WQL queries to watch for events. Example you can watch for an event happening which...
August 14, 2007 at 2:52 am
Looks like the source has read your first 100 lines and determined they all match the dt_DbtimeStamp so they should import dirctly to a sql table of datetime. Do yhe...
August 13, 2007 at 9:45 am
on your oledb source for db2 if you right click select the advanced editor go to input output colums, What is the external data type for the colums and what...
August 13, 2007 at 9:10 am
Right click your OleDb Source Select advanced editor. Got to tab Input and output Propeties, You will see external column and output column Any difference in these two coulumn sizes...
August 13, 2007 at 9:00 am
The DT_Date or The DT_time data types in SSIS Do not have a corresponding data type in SQL ( I believe they may have these Data types in SQL in...
August 13, 2007 at 8:47 am
Still looking into this error, does anyone use service broker if so have you run a trace on broker events, do you get this error?
February 5, 2007 at 2:26 am
Forgot to mention setting to emergency can sometimes get you access to data.
February 2, 2007 at 9:45 am
update master..sysdatabases SET status = 512 where name = 'mydbname'
shoul update to set database to offline. their are other status you can update to set to not recovered for example....
February 2, 2007 at 9:38 am
Look in your windows eventlogs for application and system errors relating to the MSSQL service. This contains the clue to why it is not resarting.
February 2, 2007 at 5:34 am
I have recently done this and it worked ok had some problems but was due to the install source
explained at the end of this thread http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=146&messageid=269173
I had to rebuild...
February 2, 2007 at 4:27 am
You marked your delete stament transaction and restored up to the point before the mark so ID 12 will be recovered i.e you restored up until the point before the...
January 29, 2007 at 7:37 am
I have foun the solution. msi location is cached in the registry. Explained below.
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=949298&SiteID=1
January 10, 2007 at 2:10 am
Hi i am using the above stated method to try and reinstall to correct server collation. the setup runs Ok up to chosen to upgrade and i continue. the problem is i then...
January 9, 2007 at 10:03 am
Thanks for the article cant wait for the next instalment. One thing that has confused me over the years is how sql stores and organises text data. You do not...
October 23, 2006 at 3:27 am
Viewing 15 posts - 31 through 45 (of 101 total)