Topics
Started by
Posts
Last post
I'm trying to avoid duplication, but I'm writing a stored procedure for a client that wants a night…
1 replies
CREATE TABLE [dbo].[record_table]( [int] IDENTITY(1,1) NOT NULL, [column1] [char](11) NULL, [co…
1 replies
Hi, Im using BULK INSERT command to import data into a Table which has IDENTITY Column. I build a …
7 replies
I am trying to preview a report and I am getting the following error message; An error occured whil…
1 replies
My problem is quite simple. I want to drop database and before I do that I would like to disconnect…
2 replies
what minimum permissions would I give someone who is tasked only with dropping outdated snapshots?
1 replies
Hi! I'm trying to make a trigger that is triggered when updating a field. In this case I need infor…
2 replies
Hi My Data in Table is: CP CodeStartDateTotal Pageviews 510142010-06-2713939018 510142010-07-0…
1 replies
First of all, I'm down with how to partition tables (i understand the reasoning and steps) and how …
22 replies
I have right clicked on Replication->Launch Replication Monitor. From there I am unable to find…
2 replies
Despite the reading I've done I'm still unclear about the full benefits of restoring a database fro…
16 replies
I had a corrupt database issue to day and I wished to recreate the database from the backup (start …
6 replies
I have little over 100,000 records in a table and I'd like to be able to export data from SQL to Ex…
3 replies
Why select LEN(SUBSTRING('VOLTAFLEX/VOLTAREN EMULGEL IZTISKALEC TUBE', 1, 35)) select LEN(SUBSTRING…
5 replies
I'm trying to log the values in my package variables when the package executes. I know how to set …
2 replies
Viewing 15 topics - 4,351 through 4,365 (of 5,050 total)
You must be logged in to create new topics.