POSTING TIPS - source code, screen images, details within...
Sticky
-
martedì 1 dicembre 2009 22:19Moderatore
When you're posting a question - please search the forum first! If that fails, and you wish to include T-SQL, C#, or VB code in your post, see below. If you want to show us what you see on your screen (pictures are worth a thousand words), see below!
Moderators, please add any other tips you may have.
Including T-SQL, C#, VB.Net Source Code
(Thanks to Phil Brammer for this tip)
When you are composing a post and you wish to paste code, please don't directly paste it into the post, instead paste it into the code block editor. It will preserve formatting for you, which makes it easier for us to read it and help you with your issue.

Examples follow...
Not using the code block editor:
select
*, text
from sys.dm_exec_cached_plans
cross apply sys.dm_exec_sql_text(plan_handle)
Using the code block editor (and with the same copy-n-paste buffer):select *, text
from sys.dm_exec_cached_plans
cross apply sys.dm_exec_sql_text(plan_handle)Including Images
Using the Editor:
(Thanks to Kalman Toth for these instructions.)
Use the Forum Editor method to Insert Image:
1. Save the image to disk
2. Use the Insert Image (right most) icon to upload the image
Using HTML:
(Thanks to Todd McDermid for this tip)
- Copy your screen to the clipboard (ALT-PRTSCN) (alternatively, some image editors can do screen captures)
- Paste it in your favourite image editor
- Upload it to a free image hosting site like Flickr, ImageShack, ...
- Create your post, then press the "HTML" button on the post toolbar. This will open another browser window with HTML in it.
- Find the spot where you want the image, and add a standard IMG element, pasting in the URL to your image, like this:
<img src="http://your.url.here/your_image_filename_here"> - Press the Update button.
Phil Brammer | http://www.ssistalk.com | Twitter: http://twitter.com/PhilBrammer
- Modificato Ed Price - MSFTMicrosoft Employee, Owner lunedì 20 maggio 2013 14:41 Updated insert Image
- Modificato Ed Price - MSFTMicrosoft Employee, Owner lunedì 20 maggio 2013 14:41 Formatting
- Modificato Ed Price - MSFTMicrosoft Employee, Owner lunedì 20 maggio 2013 14:42 Space formatting
- Modificato Ed Price - MSFTMicrosoft Employee, Owner lunedì 20 maggio 2013 14:43 Credit to Kalman
Tutte le risposte
-
sabato 2 febbraio 2013 15:57Moderatore
There is a new way to Insert Image:
1. Save the image to disk
2. Use the Insert Image (right most) icon to upload the image
Kalman Toth SQL 2008 GRAND SLAM
Paperback/Kindle: SQL Server 2012 Pro- Modificato Kalman TothMicrosoft Community Contributor, Moderator sabato 2 febbraio 2013 16:00
-
lunedì 20 maggio 2013 14:34Proprietario
Some guidelines from Clifford Dibble...
When you post questions here, please strive to:
a) Post the simplest possible repro. Please do some up-front debugging and detective work, and post the narrowest possible repro. It's not helpful if you post 5 pages of code.
b) Post the DDL of your schema so that we know the data types, NULL-ability, and constraints.
c) Please indicate exactly which version and SP of SQL Server you are using.
d) Please indicate any additional info that may be useful, e.g., perf counters, SQL error log messages, NT event log messages, etc.
e) Provide the text query plan if needed.
ThanksEd Price (a.k.a User Ed), SQL Server Customer Program Manager (Blog, Small Basic, Wiki Ninjas, Wiki)
Answer an interesting question? Create a wiki article about it! -
lunedì 20 maggio 2013 14:38Proprietario
From Kalman Toth...
Spanish Language Posting
This is an English language forum. You can use the following machine translators from Spanish to English:
http://www.spanishdict.com/translation
http://www.bing.com/translator
Similarly, machine translation to English is available in the Bing Translator
Thanks.
Ed Price (a.k.a User Ed), SQL Server Customer Program Manager (Blog, Small Basic, Wiki Ninjas, Wiki)
Answer an interesting question? Create a wiki article about it! -
lunedì 20 maggio 2013 14:45Proprietario
There is a new way to Insert Image:
1. Save the image to disk
2. Use the Insert Image (right most) icon to upload the image
Kalman Toth SQL 2008 GRAND SLAM
Paperback/Kindle: SQL Server 2012 Pro
Kalman, I'd like to delete your reply about the Image (and this reply), since I combined it into the original post above. Let me know if you disagree.
Thanks!
Ed Price (a.k.a User Ed), SQL Server Customer Program Manager (Blog, Small Basic, Wiki Ninjas, Wiki)
Answer an interesting question? Create a wiki article about it! -
martedì 21 maggio 2013 11:31ModeratoreThat is fine with me.
Kalman Toth Database & OLAP Architect sqlusa.com
New Book / Kindle: Pass SQL Exam 70-461 & Job Interview: Programming SQL Server 2012- Modificato Kalman TothMicrosoft Community Contributor, Moderator martedì 21 maggio 2013 11:32

