Viewing 15 posts - 316 through 330 (of 541 total)
Use corflags.exe at the command line to see if it an .exe or .dll is meant to run only on a specific platform or under WOW64. You can also use...
April 6, 2010 at 11:53 am
Just curious as to what you have done to resolve this issue.
April 6, 2010 at 11:49 am
Follow this post:
http://www.sqlservercentral.com/Forums/Topic340912-146-1.aspx
December 28, 2009 at 11:54 am
why not just go from vb straight to mysql.
it's a lot easier and faster than going from mssql to mysql.
December 24, 2009 at 10:40 am
Try this:
In SQL SERVER assign admin rights to your Domain Accounts (csd\u1,csd\u2,csd\u3)
December 13, 2009 at 5:10 pm
xnleiden (11/26/2009)
I have tried to Google this issue for quite awhile and can't find any definitive solution. Now in my management studio on my workstation, the icon on the...
November 26, 2009 at 8:55 am
shree (11/25/2009)
i was hearing timeout errors issues suddebly since one week ,but i did not find any errors in sql log
these time out are kind of irregular interals they start...
November 25, 2009 at 9:57 pm
kwilt (11/24/2009)
November 24, 2009 at 7:43 pm
bcp "SELECT id, name FROM table1 WHERE name="Books"" queryout C:\FILE1.txt -c -Sservername -Usa -Ppassword
November 21, 2009 at 10:26 am
Once you restore a database on 2005 you should do these tasks
change compatiblilty level to 90 (make sure you've tested your application with this comp.level)
execute a dbcc checkdb with data_purity
execute...
November 20, 2009 at 4:23 pm
November 18, 2009 at 9:15 pm
Here you go but you need to customize it for yourself.
This script will generate script to insert/update from a source table in one database to an
...
November 18, 2009 at 4:12 pm
Tara-1044200 (11/17/2009)
What kind of role does a user requires on msdb toimport ssis pkg and schedule the pkg in sql agent jobs.
I believe it's db_dtsoperator and SQLAgentOperatorRole
November 17, 2009 at 2:49 pm
am-244616 (11/16/2009)
I see the following error in the event viewer and sql server logs every min
Login failed for user 'NT-DOMAIN\services'. Reason: Failed to open the explicitly specified database. [CLIENT:...
November 16, 2009 at 4:26 pm
Viewing 15 posts - 316 through 330 (of 541 total)