Topics
Started by
Posts
Last post
Hi, SQL Server Express 2014 Excel 2007 A bit of preamble: I've been tasked to create a data entry …
1 replies
Installed SQL Server 2014 CU1. While testing sp_send_dbmail I noticed the query results, when attac…
26 replies
Tables : CREATE TABLE [Production].[Products]( [productid] [int] IDENTITY(1,1) NOT NULL, [product…
1 replies
Hi, This post is related to http://www.sqlservercentral.com/Forums/Topic1690200-3412-1.aspx. Here i…
4 replies
I have a query that joins a dimension to a fact table. The fact table has a columnstore index on it…
1 replies
I am trying to import this years worth of failed logins and last successful login for each user out…
2 replies
Here is My requirement, I'm not sure if this is possible. Creating table called master like col1…
4 replies
Can anyone share if you have a script for finding row counts of two specific tables in each databa…
2 replies
I have a basic level of t-ql, but can not get me pull this query results. Sorry by my bad english S…
7 replies
Hi All, I have the following table Table A Col1 0118F 0118R 5678 0118F 0118R 5678 5678 56…
1 replies
1. Run SQL Profiler with T-SQL and Errors and Warnings (Exception). 2. Open a new query window in S…
5 replies
Is there a way using a stored procedure in a local database to add a record to a database executing…
2 replies
I'm trying to create an SSIS package that will do a straight data copy between databases. The probl…
2 replies
Hi All, I have to modify a stored procedure that is written by someone else.Basically the stored …
8 replies
When I run this query: SELECT orderno, * FROM _order WHERE order_date >= '5/14/2015 00:0…
17 replies
Viewing 15 topics - 2,641 through 2,655 (of 3,065 total)
You must be logged in to create new topics.