No announcements
Found 3600456 threads
-
0 Votes
How to view raw query, without SQL Profiler
In the example above, if you put a Watch on the variable "questions", which gets assigned the query result, it will show the raw SQL used after it passes ...Answered | 2 Replies | 2367 Views | Created by hapax_legomenon - Monday, August 29, 2011 9:20 PM | Last reply by hapax_legomenon - Monday, August 29, 2011 11:46 PM -
0 Votes
Passing SQL query to a web request?
we thought if we fire sql query and can resultant data to be passed to data field and scripts to be executed.Answered | 4 Replies | 3818 Views | Created by kasireddy - Wednesday, January 28, 2009 8:44 AM | Last reply by kasireddy - Tuesday, February 3, 2009 12:44 PM -
0 Votes
SQL Query - Post Code Search
In any tiered architecture, such as SQL, the job of scrubbing data belongs to a presentation layer.Answered | 5 Replies | 6337 Views | Created by Shaun Swales - Monday, January 14, 2013 2:15 PM | Last reply by Varsham Papikian - Tuesday, January 15, 2013 8:34 AM -
0 Votes
SSRS and raw data
Another option to consider would be SQL Server Analasys Services (SSAS).Answered | 5 Replies | 2185 Views | Created by Kwiato - Friday, January 24, 2014 8:12 PM | Last reply by gpshukla - Wednesday, January 29, 2014 1:26 AM -
0 Votes
How to Pass a boolean variable to a SQL query
Of course T-SQL has no boolean types, but that was not my question.Answered | 5 Replies | 7457 Views | Created by G.Britton - Monday, November 11, 2013 5:38 PM | Last reply by - Thursday, January 2, 2020 3:12 PM -
2 Votes
Want to pass list in sql query
The TVP: USE Test; GO CREATE TYPE dbo.tvp_Test AS TABLE ( ID INT NOT NULL, PRIMARY KEY CLUSTERED ( ID ASC ...Answered | 6 Replies | 1660 Views | Created by DanyalHaider - Thursday, December 3, 2015 6:26 PM | Last reply by Stefan Hoffmann - Friday, December 4, 2015 10:53 AM -
5 Votes
Passing Date values to Sql query dynamically in power Pivot data model.
You can't pass parameters to a SQL Query, as far as I know, but you can dynamically generate a SQL query with an expression in Power Query.Answered | 6 Replies | 5864 Views | Created by Praveen.C - Wednesday, May 28, 2014 10:49 AM | Last reply by Christopher Webb - Thursday, June 5, 2014 1:25 PM -
1 Votes
How to pass the value through variable in dynamic query in sql
If yes pass this value also in a variable and then build the dynamic query .Answered | 1 Replies | 4290 Views | Created by SSQL123 - Friday, July 26, 2013 4:37 AM | Last reply by Sarat (SS) - Friday, July 26, 2013 5:38 AM -
1 Votes
Passing SQL Query Parameters
Hi David, You *can* do what you are asking, by setting the SQL query in the reader module to be a "Web Service Parameter" in your experiment.Answered | 2 Replies | 542 Views | Created by Dave Downing - Thursday, January 11, 2018 8:36 PM | Last reply by Dave Downing - Wednesday, January 17, 2018 5:11 AM -
0 Votes
how to pass id in the query
Get value fro Query.Answered | 4 Replies | 1555 Views | Created by Reddy A - Thursday, January 17, 2013 11:01 AM | Last reply by Reddy A - Thursday, January 17, 2013 1:13 PM -
0 Votes
Pass query between SQL and Teradata
set the data access mode to: sql command.Answered | 2 Replies | 5933 Views | Created by NSG12 - Thursday, February 26, 2009 5:06 PM | Last reply by Duane Douglas - Friday, February 27, 2009 7:19 AM -
0 Votes
Exporting pass through query data
I want to confirm with you that you had pass the "PassThroughSelect" as a source of data.Answered | 1 Replies | 658 Views | Created by Y a h y a - Wednesday, July 6, 2016 10:45 AM | Last reply by Deepak Saradkumar Panchal - Thursday, July 7, 2016 2:07 AM -
0 Votes
SQL Data Warehouse (pass) vs Sql Server (Pass)
Thanks for Replay, i herded that there is some in-built tool integration also available with SQL Data Warehouse.Answered | 2 Replies | 985 Views | Created by manishcal16PPS - Tuesday, June 14, 2016 5:37 AM | Last reply by manishcal16PPS - Thursday, June 16, 2016 6:22 AM -
0 Votes
SQL Server: SP become very slow, raw SQL query from the SP is still very fast
The solution is ...Answered | 2 Replies | 4608 Views | Created by Dimic - Tuesday, June 3, 2014 1:21 PM | Last reply by Naomi N - Tuesday, June 3, 2014 4:43 PM -
0 Votes
Reading A Raw Binary Post Buffer
You can use the raw programming model for that.Answered | 2 Replies | 2509 Views | Created by sjz - Thursday, August 4, 2011 8:37 PM | Last reply by CarlosFigueira - Thursday, August 4, 2011 9:35 PM -
0 Votes
How to read a Raw File
The RAW file format is proprietary to SSIS. you can ONLY open it from inside an SSIS Package.Answered | 1 Replies | 6225 Views | Created by RajeshGutta - Tuesday, June 7, 2011 4:21 PM | Last reply by Todd C - Tuesday, June 7, 2011 8:21 PM -
2 Votes
How to pass a comboBox value to an SQL query in c#
C# is not the same as SQL.Answered | 3 Replies | 2168 Views | Created by CuriousCoder15 - Monday, April 9, 2018 3:20 PM | Last reply by Simple Samples - Monday, April 9, 2018 4:34 PM -
4 Votes
sql query with while loop
Otherwise, insert the Date and Order code in the New table OrderDetail table This query is where in the sql ...Answered | 3 Replies | 3216 Views | Created by Lalit.kumar - Sunday, October 28, 2012 3:01 PM | Last reply by Allen Li - MSFT - Monday, October 29, 2012 10:04 AM -
1 Votes
Want to pass list in sql query
The string will match the second query you posted which is correct, if the IDs are numeric.Answered | 18 Replies | 33278 Views | Created by DanyalHaider - Thursday, December 3, 2015 10:22 AM | Last reply by Andy ONeill - Thursday, December 3, 2015 8:18 PM -
0 Votes
How do I pass a Parameter within a Data Set Query?
Hi PauloJoseBR, To pass two report parameters in T-SQL query, you need to check if those two parameters are multivalued or not.Answered | 1 Replies | 528 Views | Created by PauloJoseBR - Monday, February 29, 2016 6:46 PM | Last reply by Qiuyun Yu - Tuesday, March 1, 2016 2:10 AM - Items 1 to 20 of 3600456 Next ›
No announcements