Found 20 threads
-
9 投票
"SELECT * INTO table FROM" a stored procedure? Possible?
I did a search and read a few solutions but they just don't make too much sense to me. Forgive my newbie-ness but I'm still pretty new when it comes to stored procedures. I'm still learning every ... -
0 投票
How to change database back to NORECOVERY MODE FROM RECOVERY MODE
Hi Experts, I took full backup of "Practice" DB today at 6 PM EST and stored on D drive on the box(say box A, Practice.BAK), also I took 2 log backup at 6:30 PM & 7 PM ... -
0 投票
Update Excel spreadsheet using ACE driver (Microsoft.Ace.OLEDB.12.0) in 64bit environment.
Hi all, Well, I finally thought I'd try to ditch the dogleg through 32bit SQL Express and try to update spreadsheets (XLS) using the Microsoft.Ace.OLEDB.12.0 ...问题 | 8 回复 | 15417 浏览次数 | Created by JCEH - 2012年11月20日 14:39 | 上次回复 : Erland Sommarskog - 2020年8月7日 20:59 -
0 投票
Msg 7357, Level 16, State 1, Line 1 OPENROWSET
hi, please help me , when i am exe below Query its give the above error ...已答复 | 8 回复 | 8216 浏览次数 | Created by kvraodba - 2012年12月8日 2:26 | 上次回复 : MarianSosa - 2020年7月31日 19:36 -
0 投票
BULK INSERT .csv file error
hi, as my assignment I got a 32GIG .csv file, i need to get this file in sql server i use the new one 'denali'. I can't open the file cause it's so large, so i ...已答复 | 10 回复 | 22657 浏览次数 | Created by matthias1989 - 2012年3月5日 12:28 | 上次回复 : Jeff Moden - 2020年7月30日 4:19 -
16 投票
Can I use a COLLATE clause in a temp table definition?
Can someone provide an example of using a COLLATE clause when defining a temporary table? My goal is to get the temp table's definition to use the database_default value for collation so I don't ...已答复 | 32 回复 | 14288 浏览次数 | Created by Larry Weiss - 2014年5月13日 15:04 | 上次回复 : Naomi N - 2020年7月17日 13:29 -
2 投票
How to Pivot tables in SQL 2000
Hi All, I've a query that is designed using PIVOT as discussed, http://j.mp/zV6tVa. Now this query has to be executed on SQL 2000. It is a known fact that pivot is not a ...已答复 | 20 回复 | 18228 浏览次数 | Created by Chakravarthy - 2012年2月28日 9:53 | 上次回复 : ksoft001 - 2020年7月3日 0:03 -
46 投票
The media set has 2 media families but only 1 are provided.
I made a backup of my database from ServerA (SQL 2000) and trying to restore it to ServerB (SQL 2005) and get this error below, even after configuring the log and data paths for the ...已答复 | 87 回复 | 393795 浏览次数 | Created by NoEgo - 2006年2月20日 23:21 | 上次回复 : scott_morris-ga - 2020年6月12日 14:28 -
5 投票
How to change SQL server 2008 collate after installation
Hi, On windows sever 2008 I've installed SQL server 2008 RC0. At the time of installation, I'd specified the collation as LATIN1_GENERAL_BIN, and now I want ...已答复 | 28 回复 | 190375 浏览次数 | Created by Sandip Maniar - 2008年7月29日 20:51 | 上次回复 : Erland Sommarskog - 2020年5月8日 8:59 -
1 投票
Remote connection to Analysis Services
Open --> Analysis Services database..." I write the server name and I get the same error. Please I need your help. Do somebody know what might be ...已答复 | 16 回复 | 27352 浏览次数 | Created by Estefanía1 - 2008年4月8日 10:51 | 上次回复 : Shivendoo Kumar Dubey - 2020年4月1日 1:12 -
2 投票
Remove 0x from binary values using t-sql
Hi All, How do I remove 0x from a binary value using t-sql. Input is 0x000000000000048B I need output to be ...建议的答复 | 19 回复 | 22518 浏览次数 | Created by sql9 - 2011年11月29日 16:40 | 上次回复 : Jeff Moden - 2020年3月28日 7:22 -
8 投票
DATE FORMAT MMYYYY for current date
Hi please help I need to get the current month and year Only from todays date (getdate) DATE FORMAT In MMYYYY for current date Thanks In ...已答复 | 9 回复 | 25514 浏览次数 | Created by KODI_KODI - 2012年12月16日 13:51 | 上次回复 : Jeff Moden - 2020年3月28日 6:58 -
1 投票
Is BULK INSERT faster than SSIS?
Quote from a recent forum thread: "On the processes i use now, im using SSIS (With the max tunning i can), but, even that way, bulk load by TSQL was extremely fast!...we load, every day, about ...已答复 | 17 回复 | 22045 浏览次数 | Created by Kalman Toth - 2012年3月21日 14:57 | 上次回复 : Jeff Moden - 2020年3月28日 6:45 -
4 投票
Msg 8164, Level 16, State 1, Procedure sp_MSload_tmp_replication_status, Line 80 An INSERT EXEC statement cannot be nested.
I am trying to insert replication-publication status into temp table, but am facing issues. create table #1( publisher_db ...已答复 | 10 回复 | 10552 浏览次数 | Created by Santhosh Aryan - 2011年9月2日 13:48 | 上次回复 : Kalman Kiss - 2020年3月17日 10:25 -
1 投票
Powershell Security Issues
I'm not sure if this is the right forum for this, but I'm having a problem scripting with powershell. I'm trying to bind a SQL connection using Integrated Auth, but when I run the ...问题 | 3 回复 | 8714 浏览次数 | Created by Dan112233 - 2011年2月8日 17:29 | 上次回复 : Ian.Fuller - 2020年3月9日 19:15 -
2 投票
BULK INSERT into "new" table possible?
Hello, I'm trying to find a way (outside of OPENROWSET) to import data into a SQL table where the source CSV file has varying column headers. Is it possible to ...已答复 | 14 回复 | 41054 浏览次数 | Created by mmw_pdx - 2011年2月4日 16:59 | 上次回复 : TheBrenda - 2020年3月6日 17:47 -
0 投票
SSIS 2008 - Make Selected Items (Boxes) Same Width In Control Flow & Design Flow
Make Same Size --> Width Same size as which box? When I resize the top one, select it, and select the others one by one holding down the CTRL key, it ...已答复 | 9 回复 | 8291 浏览次数 | Created by Kalman Toth - 2009年10月23日 22:41 | 上次回复 : st9912345 - 2020年3月4日 2:30 -
1 投票
How to start an sp_procoption "STARTUP" enabled Stored Procedure without restarting SQL Server?
Is there a way to "start" a stored procedure that has been configured for automatic startup via sp_procoption without having to restart SQL ...已答复 | 8 回复 | 2438 浏览次数 | Created by Operation Insanity - 2014年7月30日 22:16 | 上次回复 : Alexander Dickbauer - BOS - 2020年3月3日 10:14 -
2 投票
convert ANSI to unicode
Hi, I am trying to convert while uploading a text file from ANSI format text file to Unicode format text file. How can I do it in ...已答复 | 2 回复 | 8070 浏览次数 | Created by ShajiManj - 2009年3月14日 8:57 | 上次回复 : Blakelyjoy - 2020年2月19日 6:54 - 項目 1 到 20 的 19404 下一個 ›