Viewing 15 posts - 46 through 60 (of 65 total)
Another way is, open Enterprise Manager, connect to the Server, Database, Table. On right hand side, select/highlight the table whose attribute you want, Press CTRL+C, come to Query Analyzer...
June 20, 2003 at 10:29 pm
In query Analyzer first highlight/select the Table, then click {ALT} & F1 together
paul
June 20, 2003 at 10:26 pm
I try to keep alias names consistent across all the SPs / Views / Triggers
Table Aliases
=====================
Area ...
June 15, 2003 at 8:48 pm
"srvinfo" never worked for me. Am I missing something?
paul
June 15, 2003 at 8:32 pm
Can you say
Select * into #MyTempTable
Exec MyProcName @Param1, @Param2....
paul
June 4, 2003 at 9:00 am
Try this SQL
1. DUMP TRAN <DBNAme> with no_log
Backup the database after this.
2. Did you try Dbcc Shrink file>
paul
May 20, 2003 at 8:50 pm
look for "OBJECTPROPERTY" in Books on-line
paul
May 2, 2003 at 10:24 am
Here are some solutions 🙂
==============================================================
How can I shrink the transaction log in SQL Server 7 and 2000?
==============================================================
http://www.sqlservercentral.com/faq/viewfaqanswer.asp?categoryid=2&faqid=154
http://www.sqlservercentral.com/scripts/contributions/666.asp
Soln1 - Have you...
April 17, 2003 at 10:37 am
Sorry if I sound stupid, but here is another simple solutions.
Export from Access to Excel, the Excel to SQL.
paul
March 28, 2003 at 6:21 pm
You can do one thing, check if the Link Server connection is Active, if not EXIT gracefully from your Stored Procedure
You might want to see the section "Testing the link"...
March 28, 2003 at 6:15 pm
I got this information from somewhere, but have never tested it. Hope this will help you.
==============================================================
How can I shrink the transaction log in SQL Server 7 and 2000? ...
March 20, 2003 at 10:59 am
SIMPLE SQL COMPARISON and SYNCHRONIZATION TOOLS
===============================================
--SQL Compare - for comparing and synchronizing database structures.
--SQL Data Compare - for comparing and synchronizing...
March 20, 2003 at 10:49 am
See if this helps.
http://www.swynk.com/friends/boyle/linkedservers-1.asp
http://www.sqlservercentral.com/columnists/awarren/addinglinkedserversusingsqldmo.asp
paul
January 22, 2003 at 7:45 pm
See if this helps.
http://www.sqlservercentral.com/faq/viewfaqanswer.asp?categoryid=2&faqid=154
Soln1 - Have you tried running DBCC SHRINKFILE with first the NOTRUNCATE option to move all the data to
...
January 22, 2003 at 7:43 pm
Hi Antares686
Do you have the URL for that site please 🙂
paul
January 14, 2003 at 11:47 am
Viewing 15 posts - 46 through 60 (of 65 total)