Viewing 15 posts - 1,516 through 1,530 (of 2,636 total)
Use ALTER TABLE ALTER COLUMN to modify the column's datatype.
Greg
May 17, 2007 at 3:56 pm
Yes. See "Renaming servers" in BooksOnLine.
Greg
May 17, 2007 at 2:58 pm
The only thing I could find, except for the idea that the schedule has an end date, is this: http://support.microsoft.com/default.aspx?scid=kb;en-us;295378&Product=sql2k
It might not apply in your case if you've got...
May 16, 2007 at 10:14 am
Deny EXECUTE permission on sp_start_job in msdb. Make sure developers aren't sysadmins.
Greg
May 16, 2007 at 9:23 am
The output you provided looks like what you'd see in job history. See the DTS package log for better error messages. If you don't have logging enabled for the package,...
May 16, 2007 at 9:00 am
Check this thread from last October. It concerned an import from Excel, but the same datatype mismatch could happen with Access.
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=148&messageid=315637
Greg
May 15, 2007 at 4:47 pm
Is the source on a remote SQL Server? If it is, then you have to use the SQL OLE DB Provider rather than SQL Native Client.
Greg
May 15, 2007 at 4:26 pm
sp_helpdb returns database name and status. Look for Status=ONLINE.
Greg
May 15, 2007 at 4:14 pm
It's pretty much the same. The Import/Export Wizard still gives you the option to delete rows in the destination table before importing. Just like in SQL 2000, you decide if...
May 15, 2007 at 2:46 pm
Richard,
Are you running these stored procedures from a job or is this an OLTP system?
Greg
May 15, 2007 at 2:33 pm
This issue has been around at least since SQL Server 7.0. Recommendations for backup security include setting a password when backing up data, encrypting backup files, and storing backup files...
May 15, 2007 at 1:03 pm
Teradata is an RDBMS used in data warehousing. It's owned, I think, by NCR.
Krishna, rather than starting multiple threads about the same subject, it's less confusing for those wanting to...
May 15, 2007 at 10:35 am
Cross-post. See responses in SQL 2000 Security forum.
Greg
May 15, 2007 at 10:09 am
As far as I know, SQL 2005 has no facility for viewing a 6.5 version database. It either has be 8.0 or 9.0. There's a bit of information in SQL...
May 15, 2007 at 9:51 am
No reason to make anyone execept DBAs/Administrators members of db_owner or sysadmin. Users should be able to do everything they need through stored procedures for which they only need EXECUTE...
May 15, 2007 at 8:57 am
Viewing 15 posts - 1,516 through 1,530 (of 2,636 total)