how to restore 12 gb backup file it on sqlserver 2012 - I have 12.5 GB database backup file.i want to restore it on SQL Server 2012 ,when i m restore database...
Causing the Job to fail based on a condition - I have a package which loads a file to staging table and rename the filename.Now i am trying to work...
Calling a Insert/Update Stored Procedure from a Result set of Query - Hi, I have created a stored procedure(1) to do an insert / update when a parameter is passed. i have a table...
Import data from SQL Server to Vertica - Hello SSC, I have been struggling trying to import data from SQL to Vertica using CMD shell. Does anyone have experience...
Query help filling in dates and data - I have a data table and a calendar table. I need to fill in the gaps to have a row...
Query help - Maybe my skull is a little too thick today but I cannot figure out why this is not grouping correctly: SELECT...
GROUP BY in SQL Server 2014 - Hello all, The same query with a group by clause I try to run on SQL Server 2005 and on SQl...
How to extract overlapping date ranges from a table of date ranges - Would appreciate help and or hints to the following scenario:: Magazine subscriptions are registered on a per subscriber basis with subscription...
Help sought with "reading" a log file (looking for who deleted something) - I have a situation where somehow, an entire table of records were deleted from a database. I restored a backup...
Help with Query to Look at the list and return repeated value if condition is met - Hi Everyone I asked a similar question in my previous post but didn't get the right result , although it is nearly...
Quick question regarding UNION - Hi all, A colleague of mine has just asked me if I can explain why a SQL statement he's written that...
Parsing paired relationships. - Hmmm... OK, I can do this but only with some really expensive RBAR table operations, the script I've written takes...
Reindex DB on regular basis - Hi all! I have a database where app. 10.000 records are deleted/updated/inserted pr. day. I have understood from other sources, that i...
Error converting data type nvarchar to float - Hi Error converting data type nvarchar to float is returning Select Convert(mycolumn as float) from mytable; mycolumn is nvarchar(100) but my destination...
SQL Reproting Failed to query - Hi Good Day, Kindly please help me on my problem regarding the reporting services of SQL server. I have a...
Reporting Services - can not deploy report, already dataset exists - I am using SQL Server 2008R2. I created a report that uses a shared dataset. I created a new dataset...
Warning 1 [rsInvalidColor] The value of the BackgroundColor property for the page ‘Page’ is “Light Green”, which is not a valid BackgroundColor. - I am following examples/exercises in this book: https://drive.google.com/open?id=0ByFnKe4djAO-d29ZTUJrbExhbzQ page 238. I am getting an error: Warning 1 [rsInvalidColor] The value of the...
Request for review of Star schema design - Hi all, I'm new to Data Warehousing, and could do with some comments on a star schema design I've created....
Notify multiple operators - Please suggest how to notify mutiple operators using database mail for failed jobs. Also entering email addresses [email protected];[email protected] is not...
Why Shouldn't I use Linked server? - Hello Everyone, I have 4 SQL database servers (all using SQL Server) and need to communicate between them for lookup...